Skip to content

Overview

Two operations do the work.

SearchPOST /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.

FetchPOST /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.

Information

  • OpenAPI version: 3.1.0

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