GET
/
project
/
generate_signed_url
/
curl --request GET \
  --url https://api.deepreel.com/project/generate_signed_url/ \
  --header 'X-API-KEY: <api-key>'
{
  "url": "<string>",
  "filename": "<string>"
}
Custom Avatar API is available to Enterprise customers upon request: To get access, contact support.

Authorizations

X-API-KEY
string
headerrequired

Your API key with the prefix: dr_. This is required by all endpoints to access our API programatically. You can view your API Key by navigating to the account settings panel (In the bottom left corner click on your Accountprofile)

Query Parameters

filename
string
required

name of file

Response

200 - application/json
url
string
required

Url to upload video

filename
string
required

Name of the upload file