Skip to main content

Unico IDLive - API (v1)

Download OpenAPI specification:Download

Processes

CreateProcess

Authorizations:
(AuthorizationApiKey)
Request Body schema:
required
object (CreateProcessSubject)
useCase
string or null
imageBase64
required
string non-empty

Responses

Request samples

Content type
{
  • "subject": {
    },
  • "useCase": "string",
  • "imageBase64": "string"
}

Response samples

Content type
application/json
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}