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>"
}

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