Absurd API Documentation
The public API currently exposes a contact submission endpoint and a health endpoint.
OpenAPI specification
https://www.thisisabsurd.com/openapi.json
Endpoints
POST /api/contact
Submit a contact enquiry with JSON.
{
"name": "Jane Doe",
"email": "jane@example.com",
"telephone": "+44 (0)161 399 2314",
"company": "Example Co",
"message": "Hello"
}
GET /api/status
Returns a simple JSON health response for the public API.