Image Search

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

Images that perform well

  • plain background
  • object isolated on its own

Examples of Images to Avoid

Images to avoid

  • multiple objects
  • cluttered or busy background
get/images/model-matches

Query parameters

idstring[] required

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

searchstring

A general string used to search and filter on all matched models.

filterstring

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.

pageinteger

A 1 based page number used in conjunction with perPage.

perPageinteger

The number of items to return per page.

Headers

X-PHYSNA-TENANTIDstring

Response

Ok

Changes

No recorded changes to this endpoint across all 1 revision of this API.