Generates a URL to upload a file to.

POST

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.

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.

Built with