Reference
API Reference
Endpoint-level reference for Inserloft's APIs.
A quick index of every API endpoint documented in this site:
| Endpoint | Description |
|---|---|
POST /v1/responses |
Responses API — general-purpose model output |
POST /v1/chat |
Chat API — multi-turn conversation |
GET /v1/models |
Models API — list available models |
GET /v1/models/{id} |
Models API — inspect a specific model |
POST /v1/embeddings |
Embeddings API — generate vector embeddings |
POST /v1/files |
Files API — upload a file |
All endpoints require the Authorization header described in Authentication.