Version: 2.0
Evolve Image Search
API specification for Evolve Image Search. These APIs allow for management of products and images in the index, multi-modal search (by text, image, or both), and retrieval of general account information.
The search API supports three modes: text-only search using natural language queries, image-only search for visual similarity, and hybrid search combining both text and images for refined results.
All APIs require authentication with a JWT Bearer token which can be obtained by calling the Evolve Platform Generate access token (/token
) API.
Authentication
- HTTP: Bearer Auth
Example:
Authorization: Bearer <token>
Security Scheme Type: | http |
---|---|
HTTP Authorization Scheme: | bearer |
Bearer format: | JWT |