Nude Detect

FREEMIUM
Durch Netspark LTD | Aktualisiert 4 days ago | Visual Recognition
Popularität

7.2 / 10

Latenz

9,608ms

Service Level

100%

Health Check

N/A

Zurück zu allen Diskussionen

Badly formatted JSON response

Rapid account: Trainapi
trainapi
8 years ago

The JSON response from the API is badly formatted. See example below:

{
“status”: “success”,
“photo url”: “http://www.domain.com/yourimage.jpg”,
“is nude” {
“confidence”: “3.85%”
}
“is minimal dress” {
“confidence”: “86.51%”
}
}

There should be a comma after “is nude” item, and colons after that and “is minimal dress”, see below:

{
“status”: “success”,
“photo url”: “http://www.domain.com/yourimage.jpg”,
“is nude”: {
“confidence”: “3.85%”
},
“is minimal dress”: {
“confidence”: “86.51%”
}
}

Rapid account: Netspark
Netspark Commented 8 years ago

fixed. Thanks again for bringing this to our attention

Rapid account: Netspark
Netspark Commented 8 years ago

I misunderstood your comment before. I thought you meant the example didn’t match the actual code.

I will bring this to our developer’s attention for correction. Thank you!

Rapid account: Trainapi
trainapi Commented 8 years ago

Unfortunately you’ve only fixed the example code, you haven’t fixed the API itself. See the example response I received below:

{
“status”: “success”,
“photo url”: “http://www.styleclicker.net/wp-content/uploads/2010/10/100812-Trench-Girl-Copenhagen-Oslo-Pladsen-12.jpg”,
“is nude” {
“confidence”: “1%”
}
“is minimal dress” {
“confidence”: “1%”
}
}

Rapid account: Netspark
Netspark Commented 8 years ago

fixed

Rapid account: Netspark
Netspark Commented 8 years ago

Thanks for bringing this to our attention!! Fixing it now

Nehmen Sie an der Diskussion teil - fügen Sie unten einen Kommentar hinzu:

Anmelden / Registrieren, um neue Kommentare zu veröffentlichen