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.
API Reference
cURL
curl --request POST \ --url https://api.example.com/api/share/auth \ --header 'Content-Type: application/json' \ --data ' { "share_token": "<string>" } '
{ "access_token": "<string>", "token_type": "bearer", "agent_id": 123, "agent_name": "<string>", "agent_logo": "<string>", "agent_description": "<string>", "suggested_prompts": [] }
Authenticate a public share link and issue a guest chat token.
Successful Response