Skip to main content
GET
/
api
/
v1
/
files
/
{container}
List Files
curl --request GET \
  --url https://api.artosai.com/api/v1/files/{container} \
  --header 'Authorization: Bearer <token>'
{
  "files": [
    {
      "name": "protocol.pdf",
      "url": "https://bucket.s3.amazonaws.com/org-id/documents/protocol.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Expires=3600&..."
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.artosai.com/llms.txt

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

Authorizations

Authorization
string
header
required

Bearer token authentication. Token provides organization-scoped access.

Path Parameters

container
string
required

Container/folder name (e.g., 'templates', 'documents', 'input')

Response

Successful response

files
object[]