Information
- OpenAPI version:
3.1.0
Two operations do the work.
Search — POST /v1/search — runs one query, or a batch of them, fanned out across
multiple providers at once and returned as one normalized envelope per provider run.
Fetch — POST /v1/fetch — reads whole pages by URL, several per call.
Every request needs a bearer key — see Authentication. Every request option (tiers, field sets, provider include/exclude, the per-provider overrides, and the limit each one is bounded by) is described on Parameters & Configuration.
Send your API key in the Authorization header: Authorization: Bearer tlm_.... Keys come from the console; how clients resolve them (environment, key file) is on Authentication.
Security scheme type: http