Support triage
Detect urgency, choose a team, and score severity from the same ticket.
Send a state and typed questions. Get probabilities, a selected option, or a score in one structured response.
Detect urgency, choose a team, and score severity from the same ticket.
Choose the next queue or action and keep the full probability distribution.
Run several atomic checks before your workflow continues.
ApiClo exposes an OpenAI-compatible endpoint for supported models. This guide covers a first text request from a trusted backend or local API client, not a browser application that would expose a secret key.
Enter https://apiclo.com/v1 as Base URL. A client that appends /chat/completions then targets /v1/chat/completions. Do not append /v1 twice.
Store your ApiClo key in the client's protected key field or a backend environment variable. For direct HTTP, use Authorization: Bearer YOUR_APICLO_API_KEY. Never commit the key or include it in public HTML.
Copy a Model ID from the current ApiClo catalog and enter it unchanged. Start with a short text request and stream=false before testing streaming or tool calls.
Send one short test message from your own client. Check the HTTP status, returned content and usage entry in ApiClo. A successful text response does not establish compatibility with every optional API feature.
OpenAI-compatible and Anthropic Messages clients use different endpoint conventions. Clients that append /v1/messages themselves use https://apiclo.com without /v1. The selected model is tried first; documented provider or capacity failures can trigger controlled fallback at the selected-model tariff. Managed Hermes hosting is charged separately. ApiClo is an independent service, not an official OpenAI or Anthropic product.
All documentation