Introduction
Last updated
Was this helpful?
Last updated
Was this helpful?
The Microshot API is organized around . Our API has predictable resource-oriented URLs, uses JSON format for request bodies, returns responses, and uses standard HTTP response codes, authentication, and verbs.
The Microshot API adheres to conventions. Our API communicates in JSON format and uses to authenticate requests.
The server-side REST API is available at:
By default, the API returns the screenshot image data directly, along with the relevant headers. However, if you set the parameter to json
the response will be in the form of a JSON which contains a link to the generated screenshot hosted on our CDN.
All the screenshots are cached for 24 hours. It means that after that time, the image won't be available anymore on our CDN. Cached screenshots don't count in your monthly quota.
Dive a little deeper and start exploring our API endpoints to get an idea of everything that's possible with the API: