cURL
curl --request POST \ --url https://api.sharc.dev/v1/files \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "collection": "<string>", "limit": 123, "offset": 123 } '
{ "files": [ { "relativePath": "<string>", "chunkCount": 123 } ] }
Returns file-level metadata for an indexed collection.
Pass your key in Authorization: Bearer .
File list
Show child attributes