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
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
}
'Was this page helpful?