Skip to main content
POST
/
v1
/
external
/
assets
/
refresh
Refrescar Recurso URL
curl --request POST \
  --url https://api.jelou.ai/v1/external/assets/refresh \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "resourceUrl": "<string>",
  "ttl": 2250
}
'
{
  "signedUrl": "<string>"
}

Authorizations

Authorization
string
header
required

Basic authentication using Base64 encoded clientId:clientSecret

Body

application/json
resourceUrl
string<uri>
required
ttl
integer
required

Time to live in seconds (15 min to 1 hour)

Required range: 900 <= x <= 3600

Response

Signed URL generated

signedUrl
string<uri>