cURL
curl --request POST \ --url https://api.veryfront.com/conversations/{id}/fork \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "messageId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "parts": [ { "type": "text", "text": "<string>" } ] } '
{ "id": "<string>", "conversationId": "<string>", "seq": 123, "role": "<string>", "parts": [ {} ], "status": "<string>", "createdAt": "<string>", "parentId": "<string>", "createdBy": "<string>", "model": "<string>", "tokenUsage": null, "finishReason": "<string>", "costCredits": "<string>", "editedAt": "<string>", "idempotencyKey": "<string>", "metadata": null, "updatedAt": "<string>" }
Creates a sibling message, starting a new branch
Authentication via JWT token or API key. JWT: Get from Veryfront dashboard. API Key: Format "vf__" - create via /api-keys endpoint.
Conversation ID
1 - 200
Show child attributes
Created sibling message