---
title: "createRemoteVerify"
method: POST
path: "/gbs-spid-server/remote-capture/verify"
tags: ["Remote"]
---

# createRemoteVerify

`POST /gbs-spid-server/remote-capture/verify`

This method creates a remote capture request for Face and/or Fingerprints verification.

## Request body

- RemoteCaptureRequest
  - `data` TransactionIdentifier
    - `clientID` string
    - `operatorID` string
    - `clientEmail` string

## Response `200`

OK

- RemoteCaptureResponse
  - `tguid` string
  - `dynamicLink` string

## Other responses

- `201` — Created
- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `415` — Unsupported Media Type
- `422` — Unprocessable Entity
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/griaule/apis/gbds-api.md) · [All operations](https://skmtc.net/griaule/apis/gbds-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/griaule/gbds-api/revisions/fa80f482ec5e/schema)
