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"
}

Documentation Index

Fetch the complete documentation index at: https://docs.wavecentric.ai/llms.txt

Use this file to discover all available pages before exploring further.

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