Skip to main content
GET
/
files
List files
curl --request GET \
  --url https://api.duvo.ai/v1/files \
  --header 'Authorization: Bearer <token>'
{
  "files": [
    {
      "id": "<string>",
      "name": "<string>",
      "path": "<string>",
      "created_at": "<string>",
      "updated_at": "<string>",
      "metadata": {
        "mimetype": "<string>",
        "size": 123
      }
    }
  ]
}

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.

Response

Default Response

files
object[]
required

Files visible to the current team