POST
/
v1
/
share-links
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
}'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Response

201

Successfully created share link