Voice Cloning is out in beta with Elevenlabs integration!
cURL
curl --request GET \ --url https://pria.praxislxp.com/api/admin/upload/{id} \ --header 'x-access-token: <api-key>'
{ "success": true, "data": { "_id": "<string>", "user": "<string>", "institution": "<string>", "filename": "<string>", "path": "<string>", "url": "<string>", "mimetype": "<string>", "size": 123, "status": "active", "usage": 123, "credits": 123, "created": "2023-11-07T05:31:56Z" } }
Retrieves details of a specific upload
JWT token passed in x-access-token header
Upload ID
Upload retrieved successfully
Show child attributes
Was this page helpful?