AI

Semantic search for replacement parts. Supports pagination query parameters.

A specialized AI agent will search for replacement parts based on the provided search term.

get/api/v0/ai/parts/replacements

Query parameters

qstring required

Search term

invalidate_cacheboolean

Invalidate cached AI-generated queries

store_queryboolean

Store the generated query. Results can be retrieved again using /ai/parts/search/<request_id>.

cursorstring

Cursor for pagination. Must be a valid base64 string obtained from the pagination.nextCursor field of a previous response.

limitnumber

Limit for pagination

Response

Successful response

requestIdstring required

The unique identifier for this request.

Changes

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