MarkedDocs REST API

REST API

Predictable data over HTTP.

Use the REST API from applications, notebooks, backend services and deterministic agent tools.

BASEhttps://api.marked.runOpenAPI ↗

Authentication

Send X-API-Key: YOUR_API_KEY with every request. Authorization: Bearer YOUR_API_KEY is also accepted.

Response envelope

Successful JSON responses use {"data": ..., "meta": ...}. Metadata carries the response timestamp and endpoint-specific context such as counts, ticker, period, basis and dataset.

Endpoints

Errors and limits

401Missing, invalid or revoked key
404Company, instrument or source record not found
422Request validation failed
429Rate or monthly request allowance reached
503Requested dataset is unavailable

Responses include RateLimit-Limit, RateLimit-Remaining and RateLimit-Reset.