{"@context": "https://schema.org", "@type": "WebAPI", "name": "VisageCloud API", "description": "Face search, recognition & classification API. Just make a call to our REST API each time your app needs to access face recognition and classification capabilities.", "provider": {"@type": "Organization", "name": "visagecloud.com"}, "documentation": "https://visagecloud.com/v2/api-docs"}
Face search, recognition & classification API. Just make a call to our REST API each time your app needs to access face recognition and classification capabilities.
Every row below was read from the vendor's own OpenAPI document. The summary text is theirs. What this registry adds is that each operation is indexed with its method, path, base URL and auth scheme, so a search for a capability can answer with a call rather than a name, and that the endpoint is probed on a schedule.
Specifications as held by the APIs.guru corpus, whose newest record is 2023-04-21. Operations the vendor has added since are not listed here; the origin links above are the vendor's own current documents.
base URLs: https://visagecloud.com
find it by capability: POST /search {"query":{"text":"..."}} returns these
operations with their invocation detail. Connect any agent client.
Face search, recognition & classification API. Just make a call to our REST API each time your app needs to access face recognition and classification capabilities.
| method | path | what the vendor says it does |
|---|---|---|
GET | /rest/v1.1/account/account | Get account information by accessKey and secretKey account-controller |
GET | /rest/v1.1/account/billing | Get billing information by accessKey and secretKey account-controller |
POST | /rest/v1.1/account/changePassword | Change password for an account using old password account-controller |
POST | /rest/v1.1/account/login | Get account information including accessKey and secretKey by email and password account-controller |
GET | /rest/v1.1/analysis/compare | Compare several faces identified by faceHash, without depending on mapping faces to profiles Analysis |
POST | /rest/v1.1/analysis/detection | Perform detection on a given picture or picture URL Analysis |
GET | /rest/v1.1/analysis/listLatest | Retrieve the last *count* operations per current account Analysis |
POST | /rest/v1.1/analysis/recognition | Perform labeled recognition on a given picture or picture URL Analysis |
GET | /rest/v1.1/analysis/retrieve | Retrieve a complete analysis object including both detection and recognition information Analysis |
POST | /rest/v1.1/analytics/counting | Count individuals in streams or collections Analytics for presence and audience |
POST | /rest/v1.1/analytics/presence/timeseries | Show audience (based on number of occurrences of each person) breakdown per declared attribute (age, gender). |
POST | /rest/v1.1/analytics/presence/total | Show presence (based on number of occurences of each face) breakdown per declared attribute (age, gender) Anal |
GET | /rest/v1.1/classifier/svm | Get classifier full Classifier |
POST | /rest/v1.1/classifier/svm | Create new SVM classifier with given name Classifier |
DELETE | /rest/v1.1/classifier/svm | Delete existing classifier Classifier |
GET | /rest/v1.1/classifier/svm/status | Get classifer status Classifier |
GET | /rest/v1.1/collection/ | Retrieve all collections Collection |
POST | /rest/v1.1/collection/ | Create new empty collection with given name Collection |
GET | /rest/v1.1/collection/all | Retrieve all collections Collection |
GET | /rest/v1.1/collection/collection | Retrieve existing collection content Collection |
POST | /rest/v1.1/collection/collection | Create new empty collection with given name Collection |
DELETE | /rest/v1.1/collection/collection | Delete existing collection with associated profiles and faces. Collection |
GET | /rest/v1.1/collection/export/csv | Retrieve collection content for data analysis. Collection |
PUT | /rest/v1.1/collection/purpose | Change purpose of existing collection Collection |
GET | /rest/v1.1/collection/{id} | Retrieve existing collection content Collection |
POST | /rest/v1.1/collection/{id} | Update an existing collection with a given id Collection |
PATCH | /rest/v1.1/collection/{id} | Update an existing collection with a given id Collection |
DELETE | /rest/v1.1/collection/{id} | Delete existing collection with associated profiles and faces. Collection |
GET | /rest/v1.1/collection/{id}/profile | Gets all the profiles associated to a collection Collection |
GET | /rest/v1.1/profile/classificationAttributes | Gets classification attributes from a profile Profile |
PUT | /rest/v1.1/profile/classificationAttributes | Maps classification attributes to a profile Profile |
DELETE | /rest/v1.1/profile/classificationAttributes | Removes classification attributes from a profile Profile |
GET | /rest/v1.1/profile/enrollmentStatus | Gets the enrollment status of a profile: information on whether it is suitable for authentication. Profile |
GET | /rest/v1.1/profile/map | Gets all the faceHashes associated to a profile Profile |
POST | /rest/v1.1/profile/map | Adds (maps) a list of faces, identified by faceHashes, to a profile, identified by profileId Profile |
DELETE | /rest/v1.1/profile/map | Removes (unmaps) a list of faces, identified by faceHashes, from a profile, identified by profileId Profile |
POST | /rest/v1.1/profile/profile | Creates a new profile with no faces associated to it (empty profile) Profile |
DELETE | /rest/v1.1/profile/profile | Deletes a profile and unmaps all its faces Profile |
GET | /rest/v1.1/profile/{id} | Retrieves a profile Profile |
PATCH | /rest/v1.1/profile/{id} | Update an existing profile with a given id Profile |
and 12 more operation(s) in this specification, all searchable.
specification origin: https://visagecloud.com/v2/api-docs
nothing on this page is a rating, an endorsement or a claim about quality. Reachability is what our probes observed from one network; answering is a floor under usefulness, not a measure of it.