Back to catalog
Cortexa research tool·genomics·proteins_api
Proteins API Get Epitopes
Get epitope sequences for a protein. Returns B-cell and T-cell epitope information with antigenicity predictions. Supports batch operations: pass a list of accessions or comma-separated string to retrieve multiple proteins in parallel. Note: This tool extracts epitope-related data from the main protein endpoint (the separate epitopes endpoint is not available). Returns immunology comments and epitope features if present.
Livelast probed 2026-04-30 23:07Z· 96msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 96ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"accession": {
"description": "UniProt protein accession(s). Can be a single accession (e.g., 'P05067'), comma-separated string (e.g., 'P05067,P04637'), or list (e.g., ['P05067', 'P04637']). Use UniProt search or ebi_search_domain with domain='uniprot' to find valid accessions.",
"type": [
"string",
"array"
]
},
"format": {
"default": "json",
"description": "Response format. JSON is recommended for most use cases.",
"enum": [
"json",
"xml"
],
"type": "string"
}
},
"required": [
"accession"
],
"type": "object"
}Examples (1)
Default Proteins API Get Epitopes call
public-safeinput
{}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_proteins_api_get_epitopes
- Tool name
- proteins_api_get_epitopes
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse