cURL
curl --request POST \ --url https://api.youka.io/api/v1/uploads \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "filename": "<string>", "contentType": "<string>", "contentLength": 123 } '
{ "inputFileId": "<string>", "uploadUrl": "<string>", "contentType": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1
x <= 314572800
Upload target created
Cette page vous a-t-elle été utile ?