get https://api-demo.anduin.dev/api/v1/file//metadata
Retrieve your file's metadata, including the file name, file size, and SHA-256 checksum. You can use the checksum to verify the file's integrity.
Log in to see full request history
Responses
Retrieve your file's metadata, including the file name, file size, and SHA-256 checksum. You can use the checksum to verify the file's integrity.
xxxxxxxxxx
curl --request GET \
--url https://api-demo.anduin.dev/api/v1/file/file-id/metadata \
--header 'accept: application/json'
Try It!
to start a request and see the response here! Or choose an example: