Openapi
Batch API documentation
Returns documentation and format information for the batch endpoint.
Returns documentation and format information for the batch endpoint.
Authorization
ApiKeyAuth X-API-Key<token>
API key for the Public Data API and MCP bridge.
Keys are prefixed with ta_sk_ (production) or ta_test_ (sandbox).
X-API-Key: ta_sk_xxxxxxxxxxxxxxxxxxxxIn: header
Response Body
application/json
curl -X GET "https://example.com/api/v1/public/data/batch"{}MCP JSON-RPC bridge POST
JSON-RPC 2.0 adapter that exposes Public Data API actions as MCP tools for AI agent integration.
Batch operations POST
Submit up to 100 Public Data API operations in a single HTTP request. Each operation is processed independently and the response contains per-item success/failure results. Rate-limited as a single request against the per-key limit. Supports batch-level idempotency via the `Idempotency-Key` header.