cURL
curl --request GET \ --url https://api.artosai.com/api/v1/files/{container} \ --header 'Authorization: Bearer <token>'
{ "files": [ { "name": "<string>", "url": "<string>" } ] }
List all files in a specific container for authenticated user’s organization. Returns files with presigned S3 URLs for direct access.
Bearer token authentication. Token provides organization-scoped access.
Container/folder name (e.g., 'templates', 'documents', 'input')
Successful response
Show child attributes