Create a Collection
POST - https://api.verifik.co/v2/face-recognition/collections
A Project is where all the information related to the company or entity that will use the authentication and validation services generated by Verifik is stored. This is done to ensure that your brand is represented correctly when using Verifik's services.
Implementation
Headers
Name | Value |
---|---|
Content-Type |
|
Authorization |
|
Body
Name | Type | Description |
---|---|---|
| string | Name of the project. |
| String | Brief description of what the collection will be used for. |
Body example
Response
While all these parameters are useful, the one we are looking for is called code. This parameter will be the one we use from now on when requested. When requested, it will be referred to as collection_id.
Last updated