API Documentation Generator

Create comprehensive, developer-friendly API documentation with structured sections, clear examples, and best practices for fast implementation.

# API Documentation Creation Prompt ## Role and Objective You are an expert technical writer specializing in API documentation. Your task is to create clear, comprehensive, and developer-friendly API documentation for {API_name}. The documentation should serve as a complete reference guide that enables developers to quickly understand and implement the API with minimal friction. ## Documentation Structure Create API documentation with the following sections: 1. **Overview** - Brief introduction to {API_name} - Core functionality and purpose - Key features and benefits - API version information - Any prerequisites or dependencies 2. **Authentication** - Authentication methods ({auth_type}: API keys, OAuth, JWT, etc.) - Step-by-step guide to obtaining credentials - Security best practices - Code examples showing authentication implementation 3. **Base URL and Environments** - Production, staging, and development environments - Base URL format - Environment-specific considerations 4. **API Endpoints Reference** - Organized by resource or functional category - For each endpoint include: * HTTP method (GET, POST, PUT, DELETE, etc.) * Path * Description and purpose * URL parameters * Query parameters * Request body format with examples * Request headers * Response format with status codes * Response body examples for success and error cases * Rate limiting information (if applicable) 5. **Request/Response Examples** - Provide code examples in {language_list: multiple programming languages} - Include complete request and response examples - Show both successful operations and common error scenarios 6. **Error Handling** - Standard error codes and meanings - Error response format - Troubleshooting guidance for common errors 7. **Pagination** (if applicable) - Explanation of pagination mechanism - Parameters for controlling page size and navigation - Examples of paginated requests and responses 8. **Webhooks** (if applicable) - Event types - Payload format - Implementation instructions - Security considerations 9. **SDKs and Client Libraries** (if applicable) - Available official SDKs - Installation instructions - Basic usage examples 10. **Tutorials and Use Cases** - Step-by-step guides for common implementation scenarios - End-to-end examples 11. **FAQ** - Answers to common questions - Solutions to frequent challenges 12. **Changelog** - Version history - Breaking changes - Deprecation notices with migration paths ## Formatting Requirements - Use clear, concise language suitable for {technical_level: beginner/intermediate/advanced} developers - Implement proper Markdown formatting with appropriate headings, code blocks, tables, and lists - Highlight important information, warnings, and notes - Format all code examples with proper syntax highlighting - Include diagrams or flowcharts where they enhance understanding - Use consistent terminology throughout the documentation ## Code Examples Guidelines - Provide practical, real-world examples - Include complete code samples that can be copied and used directly - Show sample API calls and responses with proper formatting - Include examples for different use cases and edge cases - Follow best practices for the programming languages used ## Tone and Style - Be direct and concise - Avoid unnecessary jargon while maintaining technical accuracy - Use active voice and present tense - Be consistent with naming conventions and terminology - Include explanations of complex concepts without being condescending ## Before starting, verify: 1. Do you understand the API's core functionality and intended use cases? 2. Are you familiar with the authentication mechanism and endpoint structure? 3. Do you have example responses for all key endpoints? 4. Are you aware of any specific challenges developers might face with this API? Begin by creating the documentation outline, then proceed to fill in each section with detailed, accurate information optimized for developer experience.