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 https://app.fliqr.ai/api/accounts/tags \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'X-ACCESS-TOKEN: <api-key>' \ --data 'name=<string>'
{ "id": 1995 }
Create a new tag
successful operation
The the new tag ID.
Was this page helpful?