The public submission endpoint. No authentication required.Documentation Index
Fetch the complete documentation index at: https://osforms.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
application/json, application/x-www-form-urlencoded, and multipart/form-data.
HTML form usage
303 redirect to your form’s redirect URL on success.
API / JSON usage
Response codes
| Status | Meaning |
|---|---|
200 | Submission stored successfully (JSON clients) |
303 | Submission stored, redirect to redirect URL (HTML forms) |
403 | Monthly submission limit reached |
422 | CAPTCHA verification failed |
429 | Rate limit exceeded |
Rate limiting
Default: 10 requests/minute per IP per form. Configurable per form in settings. When rate limited, the response includes aRetry-After header with seconds until reset.