mirror of
https://github.com/mintlify/docs.git
synced 2026-09-14 13:35:46 +08:00
17 lines
513 B
Plaintext
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. |