Files API
Create Files
Create a new file. If no ID is provided, a UUID will be generated.
POST
If you are not adding a web address, you must pass the key returned from the
/files/upload
endpoint to the key
param in
the /files/create
endpoint or file processing will fail.
Authorizations
Your duohub API key. Type: str
Body
application/json
Response
201 - application/json
File created successfully
The response is of type object
.