{"templateId":"markdown","versions":[{"version":"2.1-test","label":"2.1 (TEST)","link":"/products/liveidplus/2.1-test/enterprise/get-started/async-calls","default":false,"active":false,"folderId":"ed500da1"},{"version":"2.1","label":"2.1 (latest)","link":"/products/liveidplus/enterprise/get-started/async-calls","default":true,"active":true,"folderId":"ed500da1"},{"version":"2.0","label":"2.0","link":"/products/liveidplus/2.0/enterprise/get-started/async-calls","default":false,"active":false,"folderId":"ed500da1"}],"sharedDataIds":{"sidebar":"sidebar-products/liveidplus/@2.0/sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":[]},"type":"markdown"},"seo":{"title":"Asynchronous Calls","description":"Integration and usage documentation.","llmstxt":{"hide":false,"sections":[{"title":"Table of contents","includeFiles":["**/*"],"excludeFiles":[]}],"excludeFiles":[]}},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"asynchronous-calls","__idx":0},"children":["Asynchronous Calls"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["In addition to synchronous calls — where the customer initiates a call and is immediately redirected to the platform test and then to an available operator — LiveID+ also supports asynchronous calls."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["In this mode, the customer submits their information to request a video identification, which an operator will handle at a later time (e.g., through a scheduled appointment). This is the ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["recommended integration method"]}," as it provides better control over the call flow."]},{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"how-it-works","__idx":1},"children":["How It Works"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The asynchronous call flow uses two methods:"]},{"$$mdtype":"Tag","name":"ol","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["pushAsyncCall"]}]},": Queues a video identification call in the system without immediately routing it to an operator."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["service-asyncall"]}]},": Retrieves the queued call and starts the actual video identification session."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"workflow","__idx":2},"children":["Workflow"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"header":{"controls":{"copy":{}}},"source":"1. Your system calls POST /api/service/pushAsyncCall\n   → Returns a unique ID (uId)\n\n2. Later, the customer opens GET /app/service-asyncall?uId=<uId>\n   → Redirects to compatibility test, then to an available operator\n\n3. Your system can monitor the status via GET /api/v2/getAsyncRequestInfo?uId=<uId>\n   → Returns all calls linked to the async request with their statuses\n"},"children":[]},{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"creating-an-asynchronous-call","__idx":3},"children":["Creating an Asynchronous Call"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Endpoint:"]}," ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["POST /api/service/pushAsyncCall"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Request Body:"]}]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Parameter"},"children":["Parameter"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Type"},"children":["Type"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Required"},"children":["Required"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["b64Data"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["string (Base64)"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["UTF-8 Base64 encoded JSON with call configuration (see below)"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["method"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["string"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["No"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The method used to start the call: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["\"start\""]}," (preferred) or ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["\"live\""]},". Default: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["\"live\""]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["expire"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["string (date)"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["No"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Expiration date for the call. After this date, the call is removed from the system."]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["The ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["b64Data"]}," JSON structure (before Base64 encoding):"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The object must follow the same structure used by the ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"/products/liveidplus/enterprise/developer-documentation/api-definition/app/servicestart"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["service-start"]}]}," API:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"id_organization\": \"ORG_CODE\",\n  \"id_process\": \"process-uuid\",\n  \"json\": {\n    \"lang\": \"en\",\n    \"liveid_email\": \"john.doe@example.com\",\n    \"liveid_name\": \"John\",\n    \"liveid_surname\": \"Doe\",\n    \"liveid_servercallback\": {\n      \"url\": \"https://your-system.com/callback\",\n      \"otherParams\": {\n        \"custom_reference\": \"REF-12345\"\n      }\n    },\n    \"data\": {\n      \"fiscal_code\": {\n        \"datatype\": \"text\",\n        \"label\": \"Fiscal Code\",\n        \"value\": \"RSSMRA85M01H501Z\"\n      }\n    }\n  }\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Note:"]}," Given that all data is already encoded in ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["b64Data"]},", the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["json"]}," parameter should ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["not"]}," be Base64 encoded separately when using ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["method=start"]}," — it is passed directly as a JSON object."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Success Response:"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"success\": true,\n  \"uId\": \"unique-async-call-id\"\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The returned ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["uId"]}," is used to initiate the call later and to track its status."]},{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"initiating-the-call","__idx":4},"children":["Initiating the Call"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Endpoint:"]}," ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["GET /app/service-asyncall"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["This endpoint retrieves the queued call and redirects the customer to the video identification platform. It can be provided as a direct link to the customer (e.g., in a confirmation email)."]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Parameter"},"children":["Parameter"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Type"},"children":["Type"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Required"},"children":["Required"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["uId"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["string"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Unique ID returned by ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["pushAsyncCall"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["noDel"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["string"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["No"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["If ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["\"1\""]},", the async call is not removed after the link is used. Default: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["\"0\""]}," (call is removed after page load)."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["id_operator2Call"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["string (UUID)"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["No"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Route call to a specific operator by ID"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["email_operator2Call"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["string (email)"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["No"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Route call to a specific operator by email"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["extId_operator2Call"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["string"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["No"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Route call to a specific operator by external ID"]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Note:"]}," ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["id_operator2Call"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["email_operator2Call"]},", and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["extId_operator2Call"]}," are mutually exclusive."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Example link:"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"header":{"controls":{"copy":{}}},"source":"https://liveid.namirialtsp.com/app/service-asyncall?uId=abc123-def456\n"},"children":[]},{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"monitoring-async-call-status","__idx":5},"children":["Monitoring Async Call Status"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"get-all-calls-for-an-async-request","__idx":6},"children":["Get All Calls for an Async Request"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Endpoint:"]}," ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["GET /api/v2/getAsyncRequestInfo"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Authentication:"]}," API Key (header ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["apikey"]},")"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Parameter"},"children":["Parameter"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Type"},"children":["Type"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Required"},"children":["Required"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["uId"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["string"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Unique ID returned by ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["pushAsyncCall"]}]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Success Response:"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"success\": true,\n  \"create_date\": \"2026-01-15T10:00:00.000Z\",\n  \"expire_date\": \"2026-01-20T23:59:59.000Z\",\n  \"customer_name\": \"John\",\n  \"customer_surname\": \"Doe\",\n  \"customer_email\": \"john.doe@example.com\",\n  \"calls\": [\n    {\n      \"start_date\": \"2026-01-15T14:30:00.000Z\",\n      \"answer_date\": \"2026-01-15T14:32:00.000Z\",\n      \"end_date\": \"2026-01-15T14:45:00.000Z\",\n      \"id\": \"conference-uuid\",\n      \"status\": \"N\",\n      \"call_status\": \"ACTIVE\"\n    }\n  ]\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["call_status"]}," field can be: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["WAITING"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["ACTIVE"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["EXPIRED"]},", or ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["CANCELLED"]},"."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"get-last-call-for-an-async-request","__idx":7},"children":["Get Last Call for an Async Request"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Endpoint:"]}," ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["POST /api/service/getCallInfoUID"]}]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Parameter"},"children":["Parameter"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Type"},"children":["Type"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Required"},"children":["Required"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["uId"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["string"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Unique ID returned by ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["pushAsyncCall"]}]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["This returns details about the most recent call linked to the async UID. For all calls, use ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["getAsyncRequestInfo"]}," instead."]},{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"deleting-an-asynchronous-call","__idx":8},"children":["Deleting an Asynchronous Call"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Endpoint:"]}," ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["DELETE /api/service/delAsyncCall"]}]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Parameter"},"children":["Parameter"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Type"},"children":["Type"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Required"},"children":["Required"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["uId"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["string"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Unique ID of the call to delete"]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Success Response:"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"success\": true\n}\n","lang":"json"},"children":[]}]},"headings":[{"value":"Asynchronous Calls","id":"asynchronous-calls","depth":1},{"value":"How It Works","id":"how-it-works","depth":2},{"value":"Workflow","id":"workflow","depth":3},{"value":"Creating an Asynchronous Call","id":"creating-an-asynchronous-call","depth":2},{"value":"Initiating the Call","id":"initiating-the-call","depth":2},{"value":"Monitoring Async Call Status","id":"monitoring-async-call-status","depth":2},{"value":"Get All Calls for an Async Request","id":"get-all-calls-for-an-async-request","depth":3},{"value":"Get Last Call for an Async Request","id":"get-last-call-for-an-async-request","depth":3},{"value":"Deleting an Asynchronous Call","id":"deleting-an-asynchronous-call","depth":2}],"frontmatter":{"outline":"deep","title":"Asynchronous Calls","scope":"vertical-solutions","product":"LiveID+","category":"get-started","version":"2.0","description":"Learn how to schedule and manage asynchronous video identification calls in LiveID+ using the pushAsyncCall and service-asyncall endpoints.","keywords":["async calls","asynchronous calls","pushAsyncCall","service-asyncall","scheduled video identification","LiveID+"],"seo":{"title":"Asynchronous Calls"}},"lastModified":"2026-07-16T07:59:15.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/products/liveidplus/enterprise/get-started/async-calls","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}