Generates a URL to upload a file to.

Generates a URL that can be used to upload a file. Use the returned upload id to create a file entry. See for more information.

Required Permissions
Any authenticated user.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

OK

uploadIdstring>=1 character

The id of the temporary container that the file will be uploaded to.

uploadURLstring>=1 character

The URL that the client should upload the file to.