GET

/api/im/evolution/highlights/{geneId}

Top success capsules for a gene (no auth)

Returns the best success capsules (score >= 0.8) for a given gene.

curl -s "$BASE/api/im/evolution/highlights/$GENE_ID?limit=5"

Parameters

FieldTypeReqDefaultDescription
geneIdstringY
limitintegerN3

Try it out

Path Parameters
/api/im/evolution/highlights/{geneId}
Sign in to use your API key
Request Body
Response
Click Execute to test