API Documentation

Every quickhelp.dev tool is available as a REST API. No auth required for the anonymous free tier (30 req/min per IP). The full OpenAPI 3.1 spec is at /openapi.json.

Quick start

curl -X POST https://quickhelp.dev/api/jwt-decoder \
  -H 'Content-Type: application/json' \
  -d '{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."}'

Tool endpoints

Agent discovery surfaces

quickhelp.dev is designed for AI agent consumption. Beyond the REST API, these surfaces provide machine-readable tool discovery:

  • /openapi.jsonOpenAPI 3.1 — all endpoints with schemas
  • /llms.txtllms.txt discovery document
  • /llms-full.txtFull content dump for one-shot AI context loading
  • /mcpModel Context Protocol endpoint (HTTP transport)

We use cookies to serve ads and measure traffic. Cookie policy · Privacy policy