Back to catalog
Cortexa research tool·genomics·stitch
STITCH Resolve Identifier
Resolve a chemical or protein name to STITCH database identifiers. Useful for mapping common names to database IDs.
Livelast probed 2026-05-01 01:00Z· 97msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 97ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"identifier": {
"description": "Chemical or protein name to resolve (e.g., 'aspirin', 'TP53').",
"type": "string"
},
"species": {
"default": 9606,
"description": "NCBI taxonomy ID.",
"type": "integer"
}
},
"required": [
"identifier"
],
"type": "object"
}Examples (1)
Default STITCH Resolve Identifier call
public-safeinput
{
"identifier": "",
"species": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_STITCH_resolve_identifier
- Tool name
- STITCH_resolve_identifier
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse