Skip to main content
POST
/
admin
/
ai
/
image-detections
/
detail
Gets all image detections for a specific media ID.
curl --request POST \
  --url https://api.example.com/admin/ai/image-detections/detail \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "languageID": 1,
  "mediaID": 1,
  "orderBy": null,
  "fieldName": null
}
'
{
  "success": true,
  "data": "<unknown>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
languageID
integer<int32>
default:1
mediaID
integer<int32>
default:1
orderBy
string | null
fieldName
string | null

Response

Success

success
boolean
data
unknown