API Documentation Writer
Generates comprehensive API documentation with endpoint specs, request/response examples, authentication, and error references.
Write API documentation for {{api_name}}. Base URL: {{base_url}}. Endpoints: {{endpoints}}. Auth: {{auth_method}}. For each endpoint, document: (1) method and path with description, (2) path/query/header parameters with types and validation rules, (3) request body schema with example, (4) response schema with example (success and error), (5) authentication requirements, (6) rate limiting rules, (7) webhook events if applicable, (8) SDK code examples in {{languages}}. Include a getting started gu...