Skip to main content
POST
/
accounts
/
template
/
{template_id}
/
generateSingleUseLink
cURL
curl --request POST \
  --url https://app.fliqr.ai/api/accounts/template/{template_id}/generateSingleUseLink \
  --header 'X-ACCESS-TOKEN: <api-key>'
{
  "link": "https://..."
}

Authorizations

X-ACCESS-TOKEN
string
header
required

Path Parameters

template_id
integer
required

You can get template ID from the template link

Response

200 - application/json

successful operation