This API bridges your forms to Keela CRM using Browserless automation.
{ "firstName": "John", "lastName": "Doe", "email": "john@example.com", "isScientist": true }
{ "success": true, "message": "Form submitted successfully", "data": { "email": "john@example.com", "firstName": "John", "lastName": "Doe", "isScientist": true } }
Use tools like Postman, Insomnia, or curl:
curl -X POST https://bar-api.vercel.app/signup \ -H "Content-Type: application/json" \ -d '{"firstName":"John","lastName":"Doe","email":"john@example.com","isScientist":true}'
Download the complete API specification: OpenAPI JSON
For interactive documentation during development, run locally: npm run start:dev
Then visit: http://localhost:3000/docs