Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://maria-api.vercel.app/api/contact \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "email": "<string>", "subject": "<string>", "message": "<string>" } '
{ "received": true, "message": "<string>" }
Send me a message! I’ll get an email and reply asap.