Files
mintlify__docs/api-reference/assistant/create-assistant-message.mdx
2025-08-08 14:57:09 -07:00

17 lines
513 B
Plaintext

---
openapi: POST /assistant/{domain}/message
---
## Rate limits
The assistant API has the following limits:
- 10,000 uses per key per month
- 10,000 requests per Mintlify organization per hour
- 10,000 requests per IP per day
## Suggested usage
For best results, use the [useChat hook from ai-sdk](https://ai-sdk.dev/docs/reference/ai-sdk-ui/use-chat#usechat) to send requests and handle responses.
You can set `fp`, `threadId`, and `filter` in the `body` field of the options parameter passed to the hook.