Prefetch
Creates a Prefetch job to warm CDN cache for one or more paths.
This endpoint is available for Small, Large, VOD, and Dynamic (Aksela) resource types.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organization_uuidstringRequiredExample:
Organization UUID.
****-*****-****-****resource_uuidstringRequiredExample:
Resource UUID.
****-*****-****-*****Body
resource_uuidstringRequiredExample:
Resource UUID.
****-***-****-****-****file_pathstring[] · min: 1RequiredExample:
List of URI paths to prefetch (e.g., /img.jpg).
["/img.jpg"]Responses
200
Prefetch job created successfully.
application/json
400
Bad Request - Invalid payload or missing required fields.
application/json
401
Unauthorized - Missing or invalid bearer token.
application/json
404
Not Found - Organization or resource not found.
application/json
500
Internal Server Error.
application/json
post
/api/v1/cdn/{organization_uuid}/job/{resource_uuid}/prefetchLast updated
Was this helpful?