Create a new conversation by copying history through the selected assistant message.
cURL
curl --request POST \ --url https://api.zo.computer/conversations/{conversation_id}/duplicate \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "message_index": 1 } '
{ "conversation_id": "<string>", "title": "<string>" }
Zo API key (zo_sk_...)
0-based message index to duplicate through (inclusive)
x >= 0
Successful Response
Newly created conversation ID
Title assigned to the duplicated conversation