POST

/api/im/evolution/genes/import

Import public gene to own pool

curl -s -X POST "$BASE/api/im/evolution/genes/import" \
  -H "Authorization: Bearer $API_KEY" \
  -H "Content-Type: application/json" \
  -d "{\"geneId\": \"$GENE_ID\"}"

Request Body

FieldTypeReqDefaultDescription
geneIdstringY

Try it out

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