cURL
curl --request POST \ --url https://api.veryfront.com/conversations \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "project_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "type": "<string>", "title": "<string>", "metadata": {} } '
{ "id": "<string>", "type": "<string>", "status": "<string>", "message_count": 123, "created_by": "<string>", "created_at": "<string>", "updated_at": "<string>", "project_id": "<string>", "title": "<string>", "summary": "<string>", "current_node": "<string>", "last_message_at": "<string>", "metadata": null, "agent_id": "<string>", "runtime_target_kind": "<string>", "runtime_target_environment_id": "<string>", "runtime_target_branch_id": "<string>", "archived_at": "<string>" }
Creates a new conversation, optionally linked to a project
Authentication via JWT token or API key. JWT: Get from Veryfront dashboard. API Key: Format "vf__" - create via /api-keys endpoint.
500
Show child attributes
Created conversation