Version: 1.0.0
Asset Schema API - Introduction
Create and manage custom metadata schemas for assets. Schemas define structured metadata fields that can be attached to assets.
FileSpin uses JSON Schema 2020-12 with a FileSpin envelope. Each schema has filespin_properties for UI rendering, searchability, and keyword indexing.
Default Schema (ID 0): Contains a single filespin_search_txt searchable text field. Cannot be modified.
Authentication
- HTTP: Bearer Auth
- API Key: ApiKeyAuth
JWT token obtained from POST /api/v1/login
Security Scheme Type: | http |
|---|---|
HTTP Authorization Scheme: | bearer |
Bearer format: | JWT |
API key for programmatic access
Security Scheme Type: | apiKey |
|---|---|
Header parameter name: | X-FileSpin-Api-Key |