cURL
curl --request POST \ --url https://api.example.com/conversations \ --header 'Content-Type: application/json' \ --data '{ "metadata": {} }'
{ "conversationId": "<string>" }
Was this page helpful?