HTTP automations
Put screenshot rendering inside the tools you already use.
The alpha API works with generic HTTP and webhook steps today. A marketplace app is not required to test the workflow.
01
Zapier
Add Webhooks by Zapier, choose POST, and send JSON to https://mockframe.app/api/v1/render.
02
Make
Add an HTTP Make a request module, choose POST, and set the body type to application/json.
03
n8n
Use an HTTP Request node with POST and return the response as text for SVG output.
Send the same body documented by the Render API. During alpha, use data URLs from a trusted storage step and keep the request below the documented input limit.
View API contract