cURL
curl --request POST \ --url https://api.domoai.com/v1/upload/file \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "filename": "<string>" } '
{ "data": { "presigned_url": "<string>", "headers": {}, "domoai_uri": "<string>" }, "code": 0 }
Documentation IndexFetch the complete documentation index at: https://docs.domoai.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.domoai.app/llms.txt
Use this file to discover all available pages before exploring further.
API Key Bearer Token
Input schema for file upload
Upload file name
Successful Response
Response schema for file upload
Show child attributes
Was this page helpful?