GET
/v1/assets?search=<term>Filter the asset list
- Supports the asset list filters and pagination fields described on the Assets page.
Discovery
Search assets using list filters and the workspace full-text search endpoint.
Use the assets list query for filtering and sorting, or use full-text search when searching across the indexed library.
/v1/assets?search=<term>/v1/assets/search/full-text?q=<term>curl -i "https://api.vyso.io/v1/assets/search/full-text?q=summer%20campaign" -H "Authorization: Bearer $CLERK_SESSION_TOKEN"