Markdown
POST/v1/extract/markdown
Fetches a URL and converts its HTML content to clean Markdown format with optional metadata extraction
Request
Responses
- 200
- 400
- 401
- 422
- 500
Successfully converted content to markdown
Bad request - URL is required
Unauthorized - Invalid or missing Bearer token
Invalid URL or inaccessible resource
Server error