Skip to main content
POST
/
api
/
public
/
submit-contact
Submit Contact Form
curl --request POST \
  --url https://ai-loop.alpeadria.com/api/public/submit-contact \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "success": true,
  "message": "Contact message received"
}
Basic contact form submission that creates a lead and an inquiry record.

Body

application/json

The body is of type object.

Response

200 - application/json

Contact form processed successfully.

success
boolean
message
string