Conversations

Run an Act turn

post/api/v1/conversations/act

Request body

accessTokenstring
userIdstring
conversationIdstring
conversationClientIdstring
projectIdstring
askModelIdsstring[]
promptstring
systemPromptstring
turnIdstring
modelIdstring
indexedFileNamesstring[]
{"stackTrail":"paths:/api/v1/conversations/act:post:requestBody:content:application/json:schema:properties:indexedAttachments","oasType":"schema","type":"unknown"}
attachmentNamesstring[]
replyContextForModelstring
historyBaseModelIdstring
mode'chat' | 'automate'
personalChatMode'chat' | 'work'
automationModeboolean
automationExecutionboolean
automationIdstring
mediaToolIntent'image' | 'video' nullable
{"stackTrail":"paths:/api/v1/conversations/act:post:requestBody:content:application/json:schema:properties:requestedToolIds","oasType":"schema","type":"unknown"}
memoryEnabledboolean
actAbortTimeoutMsnumber
multiModelSlotIndexinteger
multiModelTotalinteger
reasoning'provider-default' | 'none' | 'minimal' | 'low' | 'medium' | 'high' | 'xhigh'

Response

Successful response. Stable response schemas are documented in workflow guides when available.

{"stackTrail":"paths:/api/v1/conversations/act:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown","description":"Response shape is route-specific and may be backed by @overlay/app-core contracts."}

Changes