Aurion Docs
Api

Add Annotation

Add annotation to conversation (AC4).

POST
/api/v1/conversations/{conversation_id}/annotations

Add annotation to conversation (AC4).

AuthorizationBearer <token>

In: header

Path Parameters

conversation_id*string
Formatuuid

Query Parameters

content*string
Length1 <= length <= 2000

Response Body

application/json

application/json

curl -X POST "https://loading/api/v1/conversations/497f6eca-6276-4993-bfeb-53cbbbba6f08/annotations?content=string"
{
  "annotation": {},
  "error": "string",
  "success": true
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}