an object with query parameters
Optional
filename?: stringThe name of the file to upload.
Optional
ttl?: numberThe TTL parameter is used to define the time-to-live for the content resource in seconds. It defaults to one hour (3600) if no input is provided. Max TTL is 259200 (3 days).'
an object with the body content
Optional
options: ApiCallOptions
Upload a file as a temporary content resource. It returns a
201 Created
with a location header that contains the location of the created resource. If filename or TTL is not properly set, a400 Bad request
is returned. For internal issues, a500 Internal Server Error
is returned.