API Docs

Base URL for API calls:

https://api.afiqstores.cloud/v1

List Models

GET /v1/models
Authorization: Bearer <YOUR_API_KEY>

Chat Completions

POST /v1/chat/completions
Content-Type: application/json
Authorization: Bearer <YOUR_API_KEY>

{
  "model": "anthropic/claude-opus-4.6",
  "messages": [{"role": "user", "content": "Hello"}]
}

Authentication

Include your API key in the Authorization header as Bearer <token>.