Fill in the details of one API endpoint and get clean Markdown documentation instantly. The preview updates live as you type — nothing is uploaded to a server.
## `GET /api/resource`
### Response
```json
{}
```
### Status Codes
| Code | Meaning |
| --- | --- |
| `200` | Success |
| `404` | Not found |Documenting an endpoint is easy to postpone — until a teammate has to guess what a field means, or a support ticket comes in asking how to call something that was never written down. This API Docs Generator turns a short form into clean, structured Markdown you can drop straight into a README, wiki, or internal docs site.
Describe what the endpoint does from the caller's perspective ("Returns the current user's profile") rather than how it's implemented internally. Keep parameter descriptions short and specific — "The unique user ID" is more useful than just "ID".
Writing the whole project README too? Try the README Generator. Converting a curl example into working code? Use the cURL to Code Converter.