cURL
curl --request POST \ --url https://api.example.com/v1/file-download-tokens \ --header 'Content-Type: application/json-patch+json' \ --data ' { "path": "<string>", "filename": "<string>" } '
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "path": "<string>", "filename": "<string>" }
Creates a new file download token.
Documentation IndexFetch the complete documentation index at: https://developer.tra.cy/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://developer.tra.cy/llms.txt
Use this file to discover all available pages before exploring further.
OK