Version: 1.0.0
Tools & Integration API - Introduction
Webhook management and integration tools for connecting FileSpin with external services.
FileSpin provides the following integration tools:
- Webhooks — Receive automatic callback notifications for asset events such as uploads, updates, deletions, and addon processing. Configure webhook URLs in account settings.
- Database Export — Automatically export asset data to your MySQL database. Create the
FILE_DATA_V2table and set the connection URL in account settings. See Database Export for table schema. - Re-issue Callbacks & Exports — Re-issue webhook callbacks and database exports for assets within a specified time range.
Authentication
- API Key: ApiKeyAuth
- HTTP: Bearer Auth
API key for programmatic access
Security Scheme Type: | apiKey |
|---|---|
Header parameter name: | X-FileSpin-Api-Key |
JWT token obtained from POST /api/v1/login
Security Scheme Type: | http |
|---|---|
HTTP Authorization Scheme: | bearer |
Bearer format: | JWT |