action facecheck_post_api_info { label: "Returns remaining search credits, search engine online status, and number of indexed faces" provider: facecheck method: POST path: "/api/info" encoding: json output: { type: "object" properties: { faces: { type: "integer" format: "int32" } has_credits_to_search: { type: "boolean" } is_online: { type: "boolean" } remaining_credits: { type: "integer" format: "int32" } } additionalProperties: false } }