API 参考Files
List Anthropic user_data files
Supports page, limit, and ids. page uses af1_ + file id; ids is mutually exclusive with page and limit, deduplicated, and capped at 100. Default order is desc.
AuthorizationBearer <token>
API key as Bearer token: Authorization: Bearer dp_sk_xxx
In: header
Query Parameters
page?string
Match
^af1_file_dp_[0-9A-HJKMNP-TV-Z]{26}$limit?integer
Range
1 <= value <= 100ids?array<>
Items
items <= 100Response Body
curl -X GET "https://example.com/v1/router/anthropic/v1/files"Empty