API
getLabels (image link)
Get labels from a link to an image file (either https or ipfs).
📝 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:
- The req body contains an
application/jsonpayload with{url:<your IPFS or HTTPS URL string>}. - Your API key is supplied via either
X-PULSR-API-KEYrequest header or in the?=keyquery parameter.