HTML/CSS to Image: API Design & Integration Surface
Docs-backedThe API has a single primary endpoint: POST /v1/image with a JSON body containing html (required), css (optional), url (alternative to html), width, height, and output format parameters. The response returns a url to the hosted image (or the image bytes if requested). GET /v1/image/{id} retrieves a previously created image. The surface is minimal and well-defined. No SDK required — direct HTTP POST. Rate limits are plan-based. The API versioning is stable (v1).