Skip to content

Api LiveID+ (2.1.0)

API for third parties integration with LiveID+ video identification platform.

You can subscribe to the LiveID+ service on the Namirial status page to receive updates on important releases.

Download OpenAPI description
Languages
Servers
Test
https://liveid.test.namirialtsp.com
Production
https://liveid.namirialtsp.com

app

Endpoints to initiate a call on LiveID+

Operations

authenticate

Endpoints to manage authentication and generate session tokens

Operations

genAPIToken

Request

Retrieve a call specific access token for interaction with other LiveID+ integration features.

Security
ApiKeyAuth
Query
idConferencestringrequired

Unique id of the call

curl -i -X GET \
  'https://liveid.test.namirialtsp.com/api/authenticate/genAPIToken?idConference=string' \
  -H 'apikey: YOUR_API_KEY_HERE'

Responses

Success

Bodyapplication/json
servicestring

Service endpoint

successboolean

Success result

Default true
tokenstring

Access token for the provided id conference

Response
application/json
{ "service": "string", "success": true, "token": "string" }

service

General service endpoints for checking status, queue information, and available operators

Operations

v1

General conference management endpoints (Version 1)

DEPRECATION NOTICE:

For security reasons, the v1 API endpoints has been deprecated and will be shut down in the upcoming months, starting from TEST environment.
  • 15/10/2026 - TEST environment
  • 15/01/2027 - PRODUCTION environment
Please migrate to the v2 API endpoints as soon as possible. See the migration guide for details.

Operations

v2

General conference management endpoints (Version 2)

Operations