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 }
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?