Upload a File
Files API
Upload a File
Uploads a new file and returns its unique identifier.
POST
Upload a File
Documentation Index
Fetch the complete documentation index at: https://www.domo.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Domo Developer Token for authentication (Assumed based on similar APIs).
Query Parameters
The name to be given to the file in Domo.
A description of the file.
Whether the permissions of the file are set to public (default true). Set to false to restrict.
Body
application/octet-stream
The raw file content.
The body is of type file.
Response
Returns the ID of the created file.