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\"
    ]
  }"

Request Body

FieldTypeReqDefaultDescription
geneIdstringY
strategystring[]N

Try it out

Sign in to use your API key
Request Body
Response
Click Execute to test