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 http://api.superwize.ai/api/groupChat/createInviteLink \ --header 'Content-Type: application/json' \ --data ' { "groupChatId": "grp_01JHKYX1B2CD123456789", "expiresInHours": 24 } '
{ "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJ1c2VyXzAxSkhLWVY4Rk1TMjM0NTY3ODkwIiwiaWF0IjoxNzY3MjI1NjAwLCJleHAiOjE3NjczMTIwMDB9.signed-example-token", "url": "/join?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.example" }
Creates an invite token/link for joining a group chat, with optional expiry.
1 <= x <= 720
Invite created.