Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.tenbyte.com/v1/distributions/{distributionID}/prefetches \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "paths": [ "/img/city.jpg", "/img/*", "/path/*", "/static/*" ] } '
{ "data": { "paths": [ "/img/city.jpg", "/img/*", "/path/*", "/static/*" ], "id": "a4113eb9-8b17-455e-b984-a75b430c66e3" }, "message": "Resource created successfully.", "success": true }
The body is of type object.
object
Show child attributes