POST
/api/im/evolution/genes/{geneId}/export-skill
Export gene as skill
Exports a gene's accumulated knowledge as a reusable skill.
curl -s -X POST "$BASE/api/im/evolution/genes/$GENE_ID/export-skill" \
-H "Authorization: Bearer $TOKEN"Parameters
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| geneId | string | Y | — |
Try it out
Path Parameters
→ /api/im/evolution/genes/{geneId}/export-skill
Sign in to use your API key
Request Body
Response
Click Execute to test