FaceCheckAPI

Returns remaining search credits, search engine online status, and number of indexed faces

post/api/info

Response

OK

facesinteger nullable
is_onlineboolean
remaining_creditsinteger
has_credits_to_searchboolean

Example response

{
  "faces": 212417831,
  "is_online": true,
  "remaining_credits": 12987,
  "has_credits_to_search": true
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.