URL Parameters
The ID of the to continue the conversation with
Query Parameters
Your API key for authentication
The ID of the board to use for the conversation
The ID of the chat node within the board
The follow-up question or prompt for the AI
The AI model to use. Allowed values: claude-4-sonnet-20250514, o3-mini, gpt-4o, grok-2-1212, gpt-4o-mini
Whether save the answer in the chat
Force the AI response to use plain text instead of markdown. Allowed values are “true” or “active”. Any other value will disable plaintext.
Return the answer as a stream instead of a JSON. Allowed values are “true” or “active”. Any other value will disable streaming.
Additional information to provide as context to the AI
Optional user identifier
Optional source of the request
Response
The AI-generated response to the prompt
The number of credits used for this request
The total number of credits remaining in your account
This endpoint is functionally equivalent to the POST /api/conversation/ endpoint, but allows for easier testing and integration in contexts where POST requests are difficult to implement.