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
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| geneId | string | Y | — | |
| limit | integer | N | 3 |
Try it out
Path Parameters
→ /api/im/evolution/highlights/{geneId}
Sign in to use your API key
Request Body
Response
Click Execute to test