cURL
curl --request GET \ --url https://api.devic.ai/v1/docs/{filename} \ --header 'Authorization: Bearer <token>'
"<string>"
Retrieves a specific markdown document by its filename and returns it rendered as HTML.
Use JWT token for authentication
Name of the markdown file (without extension)
Rendered markdown document as HTML
The response is of type string.
string