Skip to main content

Developer Kit

API Documentation Generator

API Documentation Generator produces complete, accurate API documentation that reduces time-to-first-successful-call to under 15 minutes for a competent developer. It covers every endpoint with parameters, response schemas, and error states — not just the happy path — plus an authentication guide, quickstart walkthrough, and working code examples. Backend engineers, platform teams, and developer relations leads use it to ship APIs with documentation that actually helps developers integrate, instead of sending them to a Slack channel or support queue. It works from OpenAPI specs, route files, codebase excerpts, or plain descriptions. What makes it production-grade is accuracy. It never invents undocumented behavior. It marks every ambiguity for clarification. It enforces syntactically correct code examples with placeholder values. Every output is ready to publish, not a rough draft needing another round of review.

Nexus CertifiedClaude CodeCodexOpenClaw
apidocumentationdeveloper-experienceopenapitechnical-writing

One-Time Purchase

$19.99

Sample Output

Meridian Analytics API Reference

Authentication

All API requests require a Bearer token in the Authorization header. Obtain your API key from the Meridian dashboard at Settings → API Keys.

Authorization: Bearer YOUR_API_KEY

API keys are scoped to your organization. Do not share keys across environments — generate separate keys for development, staging, and production.


Endpoints

Create a Report

POST /v2/reports

Create a new analytics report from a dataset. The report is generated asynchronously — poll the report status endpoint to check completion.

Request

Headers | Header | Required | Description | |--------|----------|-------------| | Authorization | Yes | Bearer token | | Content-Type | Yes | application/json |

Body | Field | Type | Required | Description | |-------|------|----------|-------------| | dataset_id | string | Yes | ID of the source dataset | | report_type | string | Yes | One of: summary, detailed, executive | | date_range.start | string (ISO 8601) | Yes | Start date for the report period | | date_range.end | string (ISO 8601) | Yes | End date for the report period | | filters | object | No | Key-value pairs to filter the dataset |

Response

201 Created

{
  "id": "rpt_a1b2c3d4",
  "status": "processing",
  "dataset_id": "ds_x9y8z7",
  "report_type": "summary",
  "created_at": "2026-03-15T14:30:00Z",
  "estimated_completion": "2026-03-15T14:32:00Z"
}

Errors

| Code | HTTP Status | Description | Resolution | |------|-------------|-------------|------------| | INVALID_DATASET | 400 | Dataset ID does not exist | Verify dataset_id with GET /v2/datasets | | RATE_LIMITED | 429 | More than 60 requests/minute | Implement exponential backoff; retry after Retry-After header value | | UNAUTHORIZED | 401 | Invalid or expired API key | Regenerate key from dashboard |

Example

curl -X POST https://api.meridian.example.com/v2/reports   -H "Authorization: Bearer YOUR_API_KEY"   -H "Content-Type: application/json"   -d '{"dataset_id": "ds_x9y8z7", "report_type": "summary", "date_range": {"start": "2026-01-01", "end": "2026-03-31"}}'

Quickstart

  1. Sign up at meridian.example.com and navigate to Settings → API Keys
  2. Generate a development API key and copy it
  3. Make your first request: curl -H "Authorization: Bearer YOUR_KEY" https://api.meridian.example.com/v2/datasets
  4. Verify you receive a 200 response with your datasets listed
  5. Create your first report using the POST /v2/reports endpoint above

View full sample →

All sales final. No refunds on digital products.

Includes support for Claude Code, Codex, and OpenClaw in the same license.

What You Get With This Skill

Generates structured, developer-ready API documentation from code, OpenAPI specs, route definitions, or descriptions. Produces reference docs, quickstart guides, error references, and code examples.

All ClearPoint Nexus Skills Include

  • Production-ready workflow packaging for three supported platforms.
  • Reusable structure designed for repeatable operator tasks.
  • Clear deliverable format, not just raw prompt output.

Related Skills

Developer Kit
Featured
Technical Writer
Generates technical documentation including runbooks, API references, onboarding guides, and changelogs. Useful for turning product and engineering context into clear docs.
Claude CodeCodexOpenClaw
documentationtechnical-writingrunbooks

$19.99

One-time license

View Skill
Developer Kit
Featured
Code Generation
Generates, reviews, debugs, and executes code in sandboxed workflows. Useful for implementation, refactoring, and technical problem solving.
Claude CodeCodexOpenClaw
codingdebuggingcode-review

$19.99

One-time license

View Skill
Developer Kit
Outage Response Playbook
Generates structured, role-clear incident response playbooks for specific failure scenarios. Covers detection through resolution and post-mortem — ready to use when an incident actually happens.
Claude CodeCodexOpenClaw
outage-responsereliabilityrunbooks

$19.99

One-time license

View Skill