Answers a pending OpenCode question for the Daytona-backed chat session and resumes or recovers the runtime if needed.
curl --request POST \
--url https://api.case.dev/agent/v2/chat/{id}/question/{requestID}/reply \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"answers": [
[
"<string>"
]
]
}
'{
"statusCode": 123,
"statusMessage": "<string>",
"message": "<string>"
}API key starting with sk_case_
Answer selections for each prompt element in the pending question
Question answered successfully
Was this page helpful?
curl --request POST \
--url https://api.case.dev/agent/v2/chat/{id}/question/{requestID}/reply \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"answers": [
[
"<string>"
]
]
}
'{
"statusCode": 123,
"statusMessage": "<string>",
"message": "<string>"
}