API
getLabels (image file)
Get Labels from a raw image file.
📝 Notes
🌐 - Endpoint : https://name.pulsr.ai/v1/getLabels
🔑 - Your API key may be passed either via Header X-PULSR-API-KEY
or by URL parameter ?key=
. If you need an API key, please use our
developer dashboard to set one up.
🖼️ - Supported image file-types include:
🚀 How To
Make a POST request to the endpoint https://name.pulsr.ai/v1/getLabels
where:
- Your image file is passed into the raw request body (as a buffer).
- Your API key is supplied via either
X-PULSR-API-KEY
request header or in the?=key
query parameter.