cURL
curl --request POST \ --url https://www.itsconvo.com/api/v1/conversations/{id}/share \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "sess_a1b2c3", "shareUrl": "https://www.itsconvo.com/shared/abc123" } }
Generates a public share URL for the conversation.
API key as Bearer token. Generate keys in your Convo dashboard settings.
Conversation session ID
Share URL generated
Was this page helpful?