Resolve Diseases (batch)
resolve_disease_batchResolve multiple disease labels, ORPHAcodes, or cross-references in a single batch call, returning each item's Orpha code, name, and match type with partial success handling.
Instructions
Resolve many labels/ORPHAcodes/xrefs in one call (partial success: each item returns its resolution {orpha_code, name, match_type} or its own ok=false/error_code/message; the call never fails wholesale). Max 50 items; compact per item. Signature: resolve_disease_batch(queries, response_mode=).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| queries | Yes | 1..50 labels/ids/xrefs. | |
| response_mode | No | Verbosity: minimal|compact|standard|full (default compact). | compact |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | No | ||
| _meta | No | ||
| error_code | No | ||
| message | No | ||
| retryable | No | ||
| recovery_action | No | ||
| field | No | ||
| allowed_values | No | ||
| hint | No | ||
| candidates | No | ||
| count | No | ||
| results | No |