Create observations
Post one or more observations to a project. Same batch payload as the MCP post_observations tool: set user_id, interaction_id, and user_sentiment once, then list each observation in observations.
Authorizations
Project API key prefixed with ApiKey, e.g. Authorization: ApiKey c8.xxx. Alternatively use header X-Api-Key: c8.xxx.
Path Parameters
Project UUID
Body
Your identifier for the end user
512Your identifier for the conversation thread
512Sentiment label applied to all items. See Sentiment docs.
very negative, negative, neutral, positive, very positive One or more observations (max 50 per request). Do not nest user_id, interaction_id, user_sentiment, or observed_at inside items.
1 - 50 elementsOptional timestamp applied to all items. Defaults to server time if omitted.
Response
Observations created