Skip to main content

Note on Internal API requests

X-FileSpin-Internal-Request

All FileSpin services that use FileSpin APIs must add a X-FileSpin-Internal-Request header to the request with a string value set to true.

This allows FileSpin SaaS to distinguish internal API calls and will not count them against a user.

Examples

  • an addon service requesting a file link using get_link API
  • an internal services using data or update API to access asset metadata
    • /data API will return hidden internal fields when called with X-FileSpin-Internal-Request header in request