Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://{resource_uuid}.api.seahorse.dnotitia.ai/v1/storage/object \ --header 'Authorization: Bearer <token>'
{ "code": 400, "data": null, "exception": { "error_code": 400001, "error_message": "Bad Request: " }, "success": false }
Get object from the storage by object key.
Bearer token authentication. Include the token in the Authorization header as 'Bearer '
Path(Key) of the object to get.
Success to get object from storage.