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.
One-Time Purchase
$19.99
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
- Sign up at meridian.example.com and navigate to Settings → API Keys
- Generate a development API key and copy it
- Make your first request:
curl -H "Authorization: Bearer YOUR_KEY" https://api.meridian.example.com/v2/datasets - Verify you receive a 200 response with your datasets listed
- 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
$19.99
One-time license
$19.99
One-time license
$19.99
One-time license