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.
Documentation IndexFetch the complete documentation index at: https://docs.devic.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.devic.ai/llms.txt
Use this file to discover all available pages before exploring further.
Use JWT token for authentication
Name of the markdown file (without extension)
Raw markdown document content
Name of the markdown file
Markdown content