The hosted API does not clone the OpenAI Assistants API. There are noDocumentation Index
Fetch the complete documentation index at: https://docs.compose.market/llms.txt
Use this file to discover all available pages before exploring further.
/v1/assistants routes.
Use /v1/responses when you need a stateful conversation primitive. The API stores response records for 24 hours and exposes retrieval routes:
| Method | Path |
|---|---|
POST | /v1/responses |
GET | /v1/responses/{id} |
GET | /v1/responses/{id}/input_items |
POST | /v1/responses/{id}/cancel |