cURL
curl --request GET \ --url https://api.devic.ai/v1/docs \ --header 'Authorization: Bearer <token>'
[ { "filename": "<string>", "title": "<string>", "summary": "<string>" } ]
Retrieves an index of available markdown documentation files with metadata such as title and summary.
Use JWT token for authentication
List of markdown documentation entries
Name of the markdown file
Title of the document
Short summary of the document