API Reference
API Reference / Endpoints

Platform endpoints

/v1/*

Health, allowance, usage logs, request polling, webhook management, and API key management.

What this section covers

Endpoint-level reference for the current /v1/* surface.

Platform endpoints are the connective tissue around the generation APIs. They let you inspect allowance, read recent usage, poll async requests, manage webhooks, and provision keys.

These routes are where most integrations handle state, observability, and operational workflows after the first successful generation call.

Start here

Recommended starting point

Use GET/v1/health for connectivity checks and GET/v1/credits for allowance checks.

Recommended starting point

Use GET/v1/requests/:requestId or webhooks to complete async flows cleanly.

Recommended starting point

Use POST/v1/apikeys only from a dashboard session, not from an API key.

Status and allowance

Public readiness checks and remaining API call allowance.

Usage and request status

Read logs and poll long-running requests.

Webhook management

Register, inspect, and disable webhook receivers.

API key management

Create, list, and revoke keys for a workspace.

Was this page helpful?