cURL
curl --request GET \ --url https://api.deck.co/v2/storage/{storage_id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "object": "<string>", "file_name": "<string>", "file_type": "<string>", "file_size": 123, "url": "<string>", "metadata": null, "fetch_date": "2023-11-07T05:31:56Z", "extraction": "<unknown>", "task_run_id": "<string>", "created_at": "2023-11-07T05:31:56Z" }
Clerk JWT, client credential JWT, or secret key (sk_live_...)
OK
Was this page helpful?