Resources

API Documentation

Last updated: July 09, 2026

2minsHTML API access is currently in planning. Join the waitlist to be notified when the API launches.

🚀 API Coming Soon

The 2minsHTML API will let you programmatically convert designs to HTML. Submit an image URL, get back production-ready HTML5 & CSS3.

Join API Waitlist

Planned Endpoints

POST
/api/convert
Upload an image file and start an AI conversion job
Coming soon
GET
/api/status/{job_id}
Check conversion job status and progress
Coming soon
GET
/api/output/{job_id}
Download the generated HTML as JSON or ZIP
Coming soon
GET
/api/projects
List all your projects and their conversion status
Coming soon
DELETE
/api/project/{id}
Delete a project and all associated files
Coming soon