AIの情報
APM Detector
アンパンマンを識別するAI
アンパンマン
バイキンマン
カレーパンマン
食パンマン
累計:3人
累計:21人
AIを試してみる
AIをみんなに紹介しよう!
みんなの診断結果を見てみよう!
APIを使う!
HTTP request
POST https://aimaker.io/image/classification/api
Query parameters
Parameters | |
---|---|
id |
Required |
apikey |
Required |
file |
※Required |
base64 |
※Required |
※上記のfile、base64のいずれかは必須となります
CURL
curl -X POST -F id=4232 -F apikey=$apikey -F "file=@/path/to/image/sample.png" "https://aimaker.io/image/classification/api"
Valid Response
JSON representation |
---|
|
Invalid Response
JSON representation |
---|
|