Pro
API
Skor gambar, teks, dan video dengan kunci Bearer dc_.
Buat kunci
Lihat paket
URL dasar
https://dotcheck-server-c221c1f32c68.herokuapp.com
Autentikasi
Authorization: Bearer dc_…
Buat dan cabut kunci di Check dengan Google. Kunci tidak pernah muncul di halaman ini.
Endpoint
Gambar
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"]}'
Teks
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."]}'
Video
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,…"]}'
Kesalahan
401
- Kunci hilang atau dicabut
403
- Bukan Pro, atau kunci dipakai untuk mengelola kunci
429
- Kuota analisis harian habis
503
- Penyimpanan penggunaan atau inferensi tidak tersedia
Batas
- Berbagi anggaran fair-use Pro Anda (hingga 30.000 analisis/hari).
- Hingga 5 kunci aktif per akun.
- Pengelolaan kunci tetap di Check dengan login Google.