AurionAI Docs

Add Shared Conversation Comment V2

POST
/api/v2/conversations/share/{token}/comments

Path Parameters

token*Token

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://loading/api/v2/conversations/share/string/comments" \  -H "Content-Type: application/json" \  -d '{    "body": "string"  }'
{
  "author_name": "string",
  "body": "string",
  "created_at": "string",
  "id": "string"
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}