Skip to main content
GET
/
files
/
content
/
{*}
Get file content
curl --request GET \
  --url https://api.duvo.ai/v1/files/content/{*} \
  --header 'Authorization: Bearer <token>'
{
  "content": "<string>",
  "path": "<string>",
  "contentType": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.duvo.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key authentication. Get your API key from the Duvo dashboard.

Path Parameters

*
string
required

Path of the file relative to the team's storage root

Minimum string length: 1

Response

Default Response

content
string
required

UTF-8 decoded contents of the file

path
string
required

Relative path of the file

contentType
string

MIME content type inferred from the file extension