Skip to main content
GET
/
v1
/
docs
Get documentation index
curl --request GET \
  --url https://api.devic.ai/v1/docs \
  --header 'Authorization: Bearer <token>'
[
  {
    "filename": "<string>",
    "title": "<string>",
    "summary": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Use JWT token for authentication

Response

List of markdown documentation entries

filename
string
required

Name of the markdown file

title
string
required

Title of the document

summary
string

Short summary of the document