Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.app.shinzo.ai/spotlight/analytics/sessions/{sessionUuid}/share \ --header 'Authorization: Bearer <token>'
Create a shareable link for a session.
curl -X POST https://api.app.shinzo.ai/spotlight/analytics/sessions/sess_abc123/share \ -H "Authorization: Bearer <jwt_token>"
{ "share_token": "shr_xyz789abc123", "share_url": "https://app.shinzo.ai/shared/shr_xyz789abc123", "created_at": "2025-01-20T14:00:00Z" }
200
401
404