Unico IDLive - API (v1)
Download OpenAPI specification:Download
CreateProcess
Authorizations:
(AuthorizationApiKey)
Request Body schema:
required | object (CreateProcessSubject) |
useCase | string or null |
imageBase64 required | string non-empty |
Responses
Request samples
- Payload
Content type
{- "subject": {
- "code": "stringstrin",
- "name": "string",
- "email": "string",
- "phone": "string"
}, - "useCase": "string",
- "imageBase64": "string"
}
Response samples
- 200
- 400
- 403
- 500
Content type
application/json
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}