Getting Your API Key
API keys are issued as part of your enterprise onboarding. To request access, contact the Insighthread sales team at insighthread.com/newsapi. Once your agreement is in place, your API key will be delivered via the developer portal or directly by the Insighthread team.If you need additional API keys — for example, to isolate production and staging environments — contact your account manager. Multi-key configurations are supported under enterprise plans.
Making Authenticated Requests
Pass your API key in theAuthorization header using the Bearer scheme on every request:
YOUR_API_KEY with the key provided during onboarding. The following examples show authenticated requests across common HTTP clients:
Authentication Errors
If your request is rejected due to an authentication problem, the API returns one of the following HTTP status codes:
All error responses include a JSON body with an
error field describing the problem. See Response Schema for the full error response format.
