Skip to main content

Retrieve internal metadata fields with /data API

Send the header X-FileSpin-Internal-Request set to true (string value) in /data API to retrieve hidden internal fields.

curl --request GET \
--url http://app.filespin.io/api/v1/assets/ASSET_ID/data \
--header 'X-FileSpin-Api-Key: {{X-FileSpin-Api-Key}}' \
--header 'X-FileSpin-Internal-Request: true'