Endpoint Examples
POST /items
Submit or update items for recommendations.
Description
Allows you to upsert items into the system, each with metadata and optional embedding data for use in the recommendation engine.
Request
Endpoint:
Headers:
Body Example:
Response
200 OK
Notes
- Ensure unique
entity_id
per item. - Metadata can include any JSON-serializable fields.