POST
/
copilot
/
{copilot_uuid}
/
docs
{
  "id": 123,
  "user_id": "<string>",
  "copilot": "<string>",
  "context": "<string>",
  "query": "<string>",
  "response": "<string>",
  "custom_object": "<any>",
  "tool_calls": "<any>",
  "submitted_at": "2023-11-07T05:31:56Z",
  "latency": 123,
  "flow": "<string>",
  "feedback": {
    "id": 123,
    "feedback": "<string>",
    "reaction": true,
    "submitted_at": "2023-11-07T05:31:56Z"
  },
  "iteration": 123
}

Headers

user-id
string

Path Parameters

copilot_uuid
string
required

Body

multipart/form-data

Response

201
application/json

Successful Response

The response is of type object.