Media types
Authentication
All endpoints require your apisale API key:Authorization: Bearer YOUR_API_KEY with the same key.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Model endpoints with pricing, request parameters, and interactive Try playgrounds.
Authorization: Key YOUR_API_KEY
Authorization: Bearer YOUR_API_KEY with the same key.
curl -X POST "https://api.apisale.ai/v1/run/{model_slug}" \
-H "Authorization: Key $APISALE_API_KEY" \
-H "Content-Type: application/json" \
-d '{"input": { ... }}'
