Documentation Index
Fetch the complete documentation index at: https://astralform.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Base URL
All API requests should be made to:Authentication
All requests require an API key in theX-API-Key header:
Content Type
All requests should include:Response Format
Successful responses return JSON:HTTP Status Codes
| Code | Description |
|---|---|
| 200 | Success |
| 201 | Created |
| 400 | Bad Request |
| 401 | Unauthorized |
| 404 | Not Found |
| 429 | Rate Limited |
| 500 | Server Error |
Rate Limits
Default limits per API key:| Plan | Requests/min |
|---|---|
| Free | 60 |
| Pro | 300 |
| Enterprise | Custom |
Endpoints
Chat Stream
POST /v1/chat/stream
Tool Result
POST /v1/tool-result
List Conversations
GET /v1/conversations
Get Conversation
GET /v1/conversations/:id
