Skip to content

Auto-Tagging Image Settings

Coming soon; contact us if you need access to this API endpoint.

Get the account auto-tagging image settings

Request

Security
bearerToken
curl -i -X GET \
  https://api-v2.dash.app/auto-tagging-image-settings \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Success

Bodyapplication/json
resultobjectrequired
permittedActionsArray of objectsrequired
Response
{ "result": { "accountId": "cfb665ca-ce35-4418-b9d5-70ee815db4bd", "enabled": true, "confidence": true }, "permittedActions": [ {} ] }