v1
latestOpenAPI 3.0.02026-07-175989869.3 KBUpload Tokens
Generate an upload token
Generates an upload token that can be used to replace the API Key. More information can be found here
post/upload-tokens
Request body
Example request
{
"ttl": 3600
}Response
Success
Example response
{
"createdAt": "2019-12-16T08:25:51Z",
"ttl": 171976544,
"expiresAt": "2019-12-16T09:25:51Z",
"token": "to1tcmSFHeYY5KzyhOqVKMKb"
}