all-about-apikey/cloudmersive/README.md

1.0 KiB

Cloudmersive

Description

A Utility API platform provides layers of API coverage, allowing businesses to accelerate both project and deliverable completion times, as well as increase information security and standardize organizational output across working groups and teams.

Example Request

  • Curl
curl --location --request POST "https://api.cloudmersive.com/barcode/lookup/ean" --header "Content-Type: application/x-www-form-urlencoded" --header "Apikey: {{token}}" -d "0=<&1=s&2=t&3=r&4=i&5=n&6=g&7=>"
  • Raw
POST /barcode/lookup/ean HTTP/1.1
Host: api.cloudmersive.com
Content-Type: application/x-www-form-urlencoded
Apikey: {{token}}
Content-Length: 31

0=<&1=s&2=t&3=r&4=i&5=n&6=g&7=>

Response

  • Success
{
    "Successful":true,
    "Matches":[]
}
  • Error
401 Invalid API key or exceeded limits.

Regex

[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}

Example API key

abcd1234-abcd-1234-abcd-abcd1234abcd