Version: 1.0.0
Asset Search API - Introduction
Full-text search with faceted navigation across all assets. Supports keyword search, filters, custom schema fields, and paginated results.
Two-step search flow:
POST /api/v1/assets/search— Run search, get first page of resultsGET /api/v1/assets/search/{search_result_id}/{page}— Get additional pages
Features: keyword search, file name/type filters, date/size ranges, custom schema field search, sort by multiple fields, extended results with full asset data.
note
Result pages are limited to 10,000 assets. Use additional filters to narrow large result sets.
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 |