Version: 1.0.0
Authentication API - Introduction
FileSpin supports two authentication methods:
- JWT Bearer Token - Obtain via
POST /api/v1/login, pass asAuthorization: Bearer <token>. Default expiry: 24 hours. - API Key - Pass as
X-FileSpin-Api-Keyheader. Recommended for server-to-server integration.
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 |