TaskInfer
Docs

Get started

Prepare a workspace, API key, credits, and Bearer authentication before calling TaskInfer APIs.

Complete these steps once before integrating a TaskInfer capability.

1. Create or select a workspace

Sign in to the TaskInfer console. Create a workspace or select the workspace that will own your API requests, usage, and billing.

2. Create an API key

Open API Keys in the selected workspace and create a key. Copy the key when it is shown and store it in your server-side secret manager; do not commit it to source control or expose it in browser or mobile application code.

3. Confirm available credits

Open Billing in the selected workspace and confirm that it has enough available credits for your requests. Usage is charged to the workspace associated with the API key.

4. Authenticate requests

Send the API key as a Bearer credential on every inference request:

Authorization: Bearer <api-key>

Missing, malformed, expired, or revoked keys return 401 Unauthorized. Authentication errors do not reveal whether a workspace or key identifier exists.

Choose a capability