Syntonym Public API
Syntonym Public API for anonymization of faces and license plates in images and videos.
There are two ways to upload files for processing: via direct upload /direct_upload or by creating an upload session /create_upload_session and uploading the file to the session_uri.
A job id will be associated with each file upload. Use the job_id to approve the job /approve_job for processing.
You can subscribe to a webhook to receive updates on the job status. Use /notify_on_job_status to register a callback url.
Once the job has been completed, credits will be deducted from api_key's balance.
Full report can be obtained from /get_job_result. Each video/image will have a download link for the processed file.
Authentication
- API Key: APIKeyHeader
Security Scheme Type: | apiKey |
|---|---|
Header parameter name: | access_token |