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
Name of the file
External URI for the file
Type of the file
Available options:
website
, sitemap
, website_bulk
, document
, text
, image
, audio
, video
, other
Optional unique identifier for the file. If not provided, a UUID will be generated.
Storage key for the file