Skip to content

API Reference

API access uses a per-form API key. Generate it in the form’s settings (keys look like projme_…). Send it as a Bearer token:

Authorization: Bearer projme_…
POST /api/forms/{id}/api-submit
Content-Type: application/json
Authorization: Bearer <api_key>
{ "data": { "field_id": "value" } }
GET /api/forms/{id}/api-submit
Authorization: Bearer <api_key>

Returns the form’s title, description, fields, and settings, plus usage documentation.

A public, unauthenticated schema endpoint (GET /api/forms/{slug}/schema) is planned for published forms. See the roadmap.