Fuzzy search across a bucket, optimized for dashboard browsers with “Folders First” logic.
Authentication
Requires an API Key via Authorization, X-API-Key, or apiKey query parameter.
Query Parameters
The name of the bucket to search within.
Filter by parent directory (e.g., images/).
Maximum number of results to return.
Logic
Automatically prioritizes Folders over Files. Parent filtering enables hierarchical browsing while searching.
Example
curl "https://cdn.sacul.cloud/api/search/my-bucket?q=logo&parent=branding/" \
-H "Authorization: Bearer <your-api-key>"