Obtain a signed upload URL for uploading video files to Cloudflare Stream.Authentication: HMAC signature OR OAuth2 Bearer Token
Scope: write_reviews
Request
Add parameter in header Public-Token
Example:Public-Token: ********************
or
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
or
Request Code Samples
curl --location 'https://rapi.trustoo.io/api/v1/openapi/get_video_upload_url' \
--header 'Sign: 31ff687ec862dbf14cb1a75407e1681b5bde64feb350f545c22f69c095ddbaba' \
--header 'Timestamp: 1779678340' \
--header 'Public-Token: <api-key>'
Responses
Upload URL and credentials
{
"code": 0,
"message": "success",
"time": 1750417921,
"request_id": "8754d7e26455240b004d92c662226b7c",
"data": {
"upload_url": "https://upload.cloudflarestream.com/812ed03bc79640e1ac70c85478dc8af0",
"video_service_uid": "812ed03bc79640e1ac70c85478dc8af0",
"domain": "https://customer-hwx54hglc6j13la8.cloudflarestream.com"
}
}
Modified at 2026-06-24 04:25:21