cURL
curl --request POST \ --url https://api.anam.ai/v1/share-links \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "personaId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "expiresInHours": 168, "usageLimit": 10 }'
Create a new share link
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successfully created share link
Was this page helpful?