Transform your technical Markdown documentation into polished PDF manuals. Syntax highlighting, automatic table of contents, and professional formatting.
Convert DocumentationAll API requests require a Bearer token in the Authorization header.
GET /api/v1/users
Authorization: Bearer <your-token>
Returns a list of users.
Parameters:
| Name | Type | Required | Description |
|---|---|---|---|
| page | integer | No | Page number (default: 1) |
| limit | integer | No | Items per page (max: 100) |
Response:
{
"data": [
{
"id": "user_123",
"email": "user@example.com",
"created_at": "2024-01-01T00:00:00Z"
}
],
"meta": {
"total": 100,
"page": 1
}
}
| Code | Description |
|---|---|
| 400 | Bad Request |
| 401 | Unauthorized |
| 404 | Not Found |
| 500 | Server Error |
Create your technical docs using standard Markdown syntax.
Include code blocks with language-specific syntax highlighting.
Generate a professional PDF ready for distribution.
Join thousands of users who create professional PDFs with md2pdfs.
Free to start. No credit card required.