The Fasterize API is a REST API , available at https://api.fasterize.com . Each request must be authorized with an access token: Authorization .
This token is sent by HTTP header as shown in the following example:
curl -i -H 'Content-Type: application/json' -H 'Authorization: myApiToken'
The API documentation is accessible in this page https://api.fasterize.com/doc/redoc. However, it is already possible to clear the cache via the API .