---
title: "contact-verification/generate-embed-url"
method: POST
path: "/contact-verification/generate-embed-url"
tags: ["Contact Verification Endpoints"]
---

# contact-verification/generate-embed-url

`POST /contact-verification/generate-embed-url`

This endpoint generates an embed URL for contact verification. The URL can be used to embed a verification iframe for address, basic ID, or enhanced ID verification.

## Response `200`

- object
  - `Success` boolean — True if the request was successful, false if it failed
  - `ErrorMessage` string — Contains a description of the error if the request failed
  - `Link` string — The generated embed URL
  - `SingleUseToken` string — Single-use token used to generate the embed URL

---

[API](https://skmtc.net/vopay/apis/accounts.md) · [All operations](https://skmtc.net/vopay/apis/accounts/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vopay/accounts/revisions/7033bd231ec7/schema)
