API Documentation Writer
By Taylor v2 · Published · Updated
Generate clean, standard API documentation from your code or endpoints.
Tags: coding, api, documentation
Prompt template
## Introduction Create beautiful Markdown documentation for your API endpoints. ## Endpoint Details - API Endpoint URL: [text: E.g., POST /api/v1/users] - Description of what it does: [textarea: Briefly describe the endpoint] - Authentication Required: [dropdown: None, Bearer Token, API Key, Basic Auth] ## Request & Response - Request Body Format: [dropdown: JSON, Form-Data, Query Params] - Paste example request payload: [textarea: Paste JSON here] - Paste example success response: [textarea: Paste JSON here] - Include Error Codes/Responses? [multi: 400 Bad Request, 401 Unauthorized, 403 Forbidden, 404 Not Found, 500 Server Error] --- **Goal**: Produce a comprehensive API doc section including cURL examples and parameter tables.