POST /upload_tokens
Create an upload token
This method has the URL
https://api.toptranslation.com/v1/upload_tokens
and returns an upload token.
Optional arguments
access_token
Token to authenticate your application. If not given the document might not be accessible by your application because it will be treated as if it belongs to the Toptranslation system.
String
Response
Returns an upload_token.
{
meta: {
status: 201
},
data: {
upload_token: 'c2cd3dcef314691630c19c847185df11d24574d1c5dbe7d...'
}
}