Skip to main content
Use this endpoint to submit answers to a Plato form.
This endpoint currently expects the API key in the query string.

Example

Body

Send a JSON object where each key matches a form field ref.

Response

What Happens After Submit

Plato:
  1. Finds the form by slug in the API key workspace.
  2. Stores the response.
  3. Creates a workspace notification.
  4. Sends configured form response email notifications.

Not Found

If the form is disabled or the slug does not belong to the workspace, Plato returns:
with status 404.

Security

Submit form responses from a backend when possible. If a public website must submit directly, use a short-lived or tightly scoped key and monitor usage.