Pro

API

Oceń obrazy, tekst i wideo kluczem Bearer dc_.

Utwórz klucze Zobacz plany

Adres bazowy

https://dotcheck-server-c221c1f32c68.herokuapp.com

Uwierzytelnianie

Authorization: Bearer dc_…

Twórz i unieważniaj klucze w Check przez Google. Klucze nigdy nie pojawiają się na tej stronie.

Endpointy

Obraz

POST /analyze-image

Body {"image_urls":["https://…"]} (HTTPS or data URLs). Response: probability 0–1.

curl -X POST "https://dotcheck-server-c221c1f32c68.herokuapp.com/analyze-image" \
 -H "Authorization: Bearer dc_live_…" \
 -H "Content-Type: application/json" \
 -d '{"image_urls":["https://example.com/photo.jpg"]}'

Tekst

POST /analyze-text

Body {"texts":["…"]}. English, Spanish, Portuguese, French, Italian, German, Dutch. Other languages are not scored.

curl -X POST "https://dotcheck-server-c221c1f32c68.herokuapp.com/analyze-text" \
 -H "Authorization: Bearer dc_live_…" \
 -H "Content-Type: application/json" \
 -d '{"texts":["Sample paragraph to score."]}'

Wideo

POST /analyze-video

Body frames — up to three image data URLs. Response includes aggregated probability.

curl -X POST "https://dotcheck-server-c221c1f32c68.herokuapp.com/analyze-video" \
 -H "Authorization: Bearer dc_live_…" \
 -H "Content-Type: application/json" \
 -d '{"video_url":"https://example.com/clip.mp4","frames":["data:image/jpeg;base64,…"]}'

Błędy

401
Brakujący lub unieważniony klucz
403
Nie Pro, lub klucz użyty do zarządzania kluczami
429
Dzienny budżet analiz wyczerpany
503
Magazyn użycia lub inference niedostępne

Limity

  • Dzieli budżet Pro fair use (do 30 000 analiz/dzień).
  • Do 5 aktywnych kluczy na konto.
  • Zarządzanie kluczami pozostaje w Check z logowaniem Google.