- Account API Keys (recommended) — a single Bearer token that can access multiple workspaces. Pass the
Authorization: Bearer <token>header together with theX-Paradime-Workspaceheader to select the target workspace. - Workspace API Keys [legacy] — workspace-scoped
API KeyandAPI Secretcredentials, passed in theX-API-KEYandX-API-SECRETheaders.
API Endpoint.
Example request
Send every request as aPOST to your API endpoint with the Content-Type: application/json header and your credentials. Using an Account API Key (recommended):