Skip to main content
GET
/
v1
/
docs
/
{filename}
.md
Get raw markdown document
curl --request GET \
  --url https://api.devic.ai/v1/docs/{filename}.md \
  --header 'Authorization: Bearer <token>'
{
  "filename": "<string>",
  "content": "<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

Raw markdown document content

filename
string
required

Name of the markdown file

content
string
required

Markdown content