Skip to main content
GET
/
v1
/
docs
/
{filename}
Get rendered markdown document
curl --request GET \
  --url https://api.devic.ai/v1/docs/{filename} \
  --header 'Authorization: Bearer <token>'
"<string>"

Documentation Index

Fetch the complete documentation index at: https://docs.devic.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use JWT token for authentication

Path Parameters

filename
string
required

Name of the markdown file (without extension)

Response

Rendered markdown document as HTML

The response is of type string.