* Split assistant message into separate v1 and v2 pages
- Revert create-assistant-message.mdx to v1 content with updated
OpenAPI path and note pointing users to the v2 page
- Add create-assistant-message-v2.mdx for the v2 endpoint with
AI SDK v5 integration example
- Add v2 page to docs.json navigation (Assistant group)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* add v2 endpoint to discovery openAPI schema
* update v1 openapi frontmatter
* update v2 page
* add version info to v1
* remove duplicative callout
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
* add explanation of plausible server
* add info on aligning table columns
* clarify API keys
* add example API use cases
* update link to API auth
* remove passive voice
* Use sentence case for endpoints
* add search endpoint
* add link to search in API intro
* rename `/chat` to `/assistant`
* make it more clear which keys are for which endpoints
* remove redundant security
* Refactor API endpoint to generate assistant messages with updated request and response structures
* Add Mintlify documentation and update API reference for assistant message generation
* Update OpenAPI specification for assistant message generation with new request structure and additional properties
* Add default values for threadId and messages in assistant message generation
* Add back the create topic and generate message pages
* fix: correct the openapi url for assistant
* Refactor API endpoint to generate assistant messages with updated request and response structures
* Add Mintlify documentation and update API reference for assistant message generation
* Update OpenAPI specification for assistant message generation with new request structure and additional properties
* Add default values for threadId and messages in assistant message generation
* Add back the create topic and generate message pages