Models

Get available report reasons

get/v1/models/report/reasons

Response

Report reasons retrieved successfully

Example response

{
  "reasons": [
    {
      "id": "inappropriate_content",
      "label": "Inappropriate Content",
      "description": "Content that is inappropriate, offensive, or violates community guidelines"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.