Developers
API documentation
Authenticate with Authorization: Bearer sk_live_…. Raw OpenAPI: /api/v1/openapi
Quickstart
curl https://simtasy.com/api/v1/products \ -H "Authorization: Bearer sk_live_YOUR_KEY"
curl -X POST https://simtasy.com/api/v1/orders \
-H "Authorization: Bearer sk_live_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"product_id":"UUID","email":"customer@example.com"}'