Version: 1.0
Evolve Image Search
API specification for Evolve Image Search. These APIs allow for management of products and images in the index, searching by image and retrieval of general account information.
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 |