cURL
curl --request GET \ --url https://api.devic.ai/v1/docs/{filename}.md \ --header 'Authorization: Bearer <token>'
{ "filename": "<string>", "content": "<string>" }
Retrieves the raw markdown content of a specific document by its filename.
Use JWT token for authentication
Name of the markdown file (without extension)
Raw markdown document content
Name of the markdown file
Markdown content