Skip to content

Issue signed media URL

POST
/api/v1/media/{mediaId}/signed-url
curl --request POST \
--url http://localhost:3001/api/v1/media/example/signed-url \
--header 'Authorization: <Authorization>' \
--header 'Content-Type: application/json' \
--data '{}'

Issue a short-lived signed URL to download a media blob without a bearer token.

mediaId
required
string

Media ID

Signed URL options

Media typeapplication/json
object
key
additional properties
any
Examplegenerated
{}

OK

Media typeapplication/json
object
key
additional properties
any
Examplegenerated
{}

Unauthorized

Media typeapplication/json
object
error
string
success
boolean
Examplegenerated
{
"error": "example",
"success": true
}

Not Found

Media typeapplication/json
object
error
string
success
boolean
Examplegenerated
{
"error": "example",
"success": true
}

Internal Server Error

Media typeapplication/json
object
error
string
success
boolean
Examplegenerated
{
"error": "example",
"success": true
}