← Engineering Lab

Developer API

Request → process → response

A safe demo endpoint with input validation and rate limiting. No private keys. No paid upstream calls — mock processing only.

Request

POST /api/demo

  1. 1. Client sends JSON
  2. 2. Server validates + rate-limits
  3. 3. Mock processing (0 external paid calls)
  4. 4. Structured JSON response

Response

// Response will appear here