We are continually improving image recognition capabilities. At current state, the following properties are advisable for good performance:
- Images with the object by itself.
- Images with a plain background.
- The color of the object usually does not affect detection outcomes.
Examples of Images that Perform Well

- plain background
- object isolated on its own
Examples of Images to Avoid

- multiple objects
- cluttered or busy background
Query parameters
The path that gets returned from POST /images route; if more than one id is provided, the results will be combined into a single search
A general string used to search and filter on all matched models.
A string in the form <FilterProperty>(<FilterOperator>(<FilterValue>))[,FilterExpressions].
See the API Reference for more details.
Example:
id(between(1,1000)),createdAt(not(lt('2022-01-01T00:00:00.000Z')))
A FilterExpression. See the API Reference for more details.
A 1 based page number used in conjunction with perPage.
The number of items to return per page.
Headers
Response
Ok
Changes
No recorded changes to this endpoint across all 1 revision of this API.