Contact API
Submit contact form inquiries programmatically. This endpoint powers the contact form on ditherlabs.dev.
Endpoint
POST https://ditherlabs.dev/api/contact Request body
{
"name": "Jane Doe",
"email": "jane@example.com",
"phone": "+5491112345678",
"asunto": "Optional message"
} OpenAPI specification
Machine-readable spec: /.well-known/openapi/contact.json