Voice Cloning is out in beta with Elevenlabs integration!
cURL
curl --request POST \ --url https://pria.praxislxp.com/user/collection/{id}/files \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "lean": true, "compact": true, "page": 123, "pageSize": 123, "fileNameSearch": "<string>", "nameOrder": true, "sortAscending": true, "sortBy": "<string>" } '
{ "success": true, "data": [ {} ], "childCollections": [ { "_id": "<string>", "name": "<string>", "user": "<string>", "institution": "<string>", "account_shared": true, "parent": "<string>", "created": "2023-11-07T05:31:56Z", "_type": "collection", "fileCount": 123, "totalSize": 123, "includedCount": 123, "excludedCount": 123, "subCollectionCount": 123, "previewFiles": [ "<string>" ] } ], "total": 123, "hasMore": true, "page": 123, "pageSize": 123 }
JWT token passed in authorization header
Paginated list of files in the collection, plus child sub-collections
Direct child sub-collections with stats
Show child attributes
Was this page helpful?