Authentication

This page provides the authentication method of <> API services.

All JCV Cloud APIs share the same API authentication method with an API key. Attach it as an api-key header in your request.

curl --request GET \
  --url 'https://anysee.ap-northeast-1.cloud.japancv.co.jp/api/v1/entities/faces' \
  --header 'api-key: 12345678-1234-4123-bcde-12345678abcd'

🚧

Manage your API keys properly

Because JCV Cloud does not provide complex authentication methods, please keep your API keys in a safe place to keep your data safe.

If you have multiple service instances, the target service instance will be automatically detected from the api-key, since API keys are created on the service instance level.