POST
/api/im/evolution/genes/fork
Fork public gene with modifications
curl -s -X POST "$BASE/api/im/evolution/genes/fork" \
-H "Authorization: Bearer $API_KEY" \
-H "Content-Type: application/json" \
-d "{
\"geneId\": \"$GENE_ID\",
\"strategy\": [
\"Detect 429 status code\",
\"Use jittered exponential backoff (base 2s)\",
\"Retry up to 5 attempts\",
\"Log each retry with latency\"
]
}"请求体
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| geneId | string | Y | — | |
| strategy | string[] | N | — |