Skip to content

Files

Latest commit

author
Vladislav Gubarev
Jul 8, 2022
4723b2e · Jul 8, 2022

History

History
46 lines (27 loc) · 1.46 KB

README.md

File metadata and controls

46 lines (27 loc) · 1.46 KB

API4AI Image Anonymization sample

This directory contains a minimalistic sample that sends requests to the API4AI Image Anonymization API. The sample is implemented in PHP using cURL extension.

Overview

This API detects potential sensitive objects/areas and hide it.

Getting started

PHP version 7.x or greater and php-curl extension is required to run this script.

Try sample with default args:

php index.php

Try sample with your local image:

php index.php image.jpg

About API keys

This demo by default sends requests to free endpoint at demo.api4ai.cloud. Demo endpoint is rate limited and should not be used in real projects.

Use RapidAPI marketplace to get the API key. The marketplace offers both free and paid subscriptions.

Contact us in case of any questions or to request a custom pricing plan that better meets your business requirements.

Links