Animetrics Face Recognition

FREEMIUM
By animetrics | Updated 14 days ago | Media
Health Check

N/A

Back to All Discussions

Missing Mashape application key

Rapid account: Mpp Plw
mpp-plw
8 years ago

I have tried two different Mashape application keys in the header of the request. This is all I get back.

{“message”:“Missing Mashape application key. Go to http://docs.mashape.com/api-keys to learn how to get your API application key.”}

Rapid account: Animetrics
animetrics Commented 8 years ago

I also replied to you separately in email. I’m not sure why the issue was closed, it looks like you may have inadvertently done that.

Can you send to support@animetrics.com your mashape key, your api key, and your source please.
To make sure you have the right mashape key you can click on the
Documentation tab at
https://market.mashape.com/animetrics/animetrics-face-recognition

If you look at any of the example code, it should be filled in automatically for you.

Rapid account: Mpp Plw
mpp-plw Commented 8 years ago

Not sure why this support ticket was closed but we need answers so we can finish our testing and get this application into production, Please help.

Rapid account: Mpp Plw
mpp-plw Commented 8 years ago

More information.

Here is my code:

    POST 'https://animetrics.p.mashape.com/detect',
    X-Mashape-Key => 'xxxxxxxxxxxxxxxxxxxxxxxxxxxx',
    Content_Type  => 'application/x-www-form-urlencoded',
    Accept => 'application/json',
           Content => [api_key => $api_key,
                       selector => 'FULL',
                       url => $url,
                      ]

This code works but it maxes out on calls

          POST 'http://api.animetrics.com/v1/detect',
            Content_Type  => 'form-data',
           Content => [api_key => $api_key,
                       selector => 'FULL',
                       url => $url,
                      ]

Join in the discussion - add comment below:

Login / Signup to post new comments