Integrations
Atlas works with any frontend. Choose your framework and get started.
Frontend Frameworks
How It Works
Every Atlas form has a unique endpoint URL:
https://atlasforms.app/f/YOUR_FORM_ID
Submit data to this endpoint using:
- HTML forms - Standard form submission with POST method
- JSON - Send JSON with Content-Type: application/json
- FormData - For file uploads, use multipart/form-data
Response Handling
After submission, Atlas responds based on your configuration:
HTML Forms (no JavaScript)
Redirects to your configured success URL or shows a default success page.
JavaScript/API
Returns JSON with the submission ID and any uploaded file metadata.
Backend Integration
Need to submit forms from your server? Check out the Form Endpoint API.
For real-time notifications, configure Webhooks to receive submissions on your server.