API Reference
ZoneToken exposes an OpenAI-compatible REST API. You can use the official OpenAI SDKs, the Anthropic-style messages endpoint, or plain HTTP.
Base URL
https://api.zonetoken.net/v1Authentication
All endpoints require a Bearer token in the Authorization header:
Authorization: Bearer <apiKey>Endpoints
| Method | Endpoint | Description |
|---|---|---|
GET | /v1/models | List the models available to your account. |
POST | /v1/chat/completions | OpenAI-style chat completions. |
POST | /v1/responses | OpenAI Responses API. |
POST | /v1/messages | Anthropic-style messages. |
Content type
Send and receive JSON. Include Content-Type: application/json on every request that has a body.
