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

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.