Base URL for API calls:
https://api.afiqstores.cloud/v1
GET /v1/models Authorization: Bearer <YOUR_API_KEY>
POST /v1/chat/completions
Content-Type: application/json
Authorization: Bearer <YOUR_API_KEY>
{
"model": "anthropic/claude-opus-4.6",
"messages": [{"role": "user", "content": "Hello"}]
}
Include your API key in the Authorization header as Bearer <token>.