AurionAI Docs

Unspam Conversation V2

POST
/api/v2/conversations/{conversation_id}/unspam

Authorization

AuthorizationBearer <token>

In: header

Path Parameters

conversation_id*Conversation Id

Response Body

application/json

application/json

curl -X POST "https://loading/api/v2/conversations/string/unspam"
{}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}