GET
← Back to Endpoint
/chat
🔒 Requires Auth
Send a message to the chat — Test
Sends a message to the chat system and receives a response. If no conversation ID is provided, the system will create a new one and redirect to the same endpoint with the new ID.
Stats
Avg response time
8,983ms
Subscriptions
1
API Popularity
60.0%
Endpoint Test Success Rate
42.9%
Success rate for tests run on this endpoint only
Parameters
prompt
*
query • string
The message to send to the chat
id
query • integer
Conversation ID (5 digits between 11111-99999)
model
query • string
The AI model to use for chat (defaults to chatgpt)