---
title: "Generate Signed URL for User Session"
method: POST
path: "/signed-url/{flowId}"
tags: ["Using the API"]
---

# Generate Signed URL for User Session

`POST /signed-url/{flowId}`

## Path parameters

- `flowId` string, required

## Query parameters

- `endClientId` string

## Response `200`

Returns the new x-hf-session created or the same one if provided in the x-hf-session

- CreateSignedUrlResponse
  - `signedUrl` string — The generated URL
  - `endClientId` string — The ID of the end client for which the URL was generated

## Other responses

- `400` — Client provided invalid data
- `401` — Invalid token provided
- `500` — Internal server error (which might be caused by a temporary issue)

---

[API](https://skmtc.net/trulioo/apis/trulioo-platform-api.md) · [All operations](https://skmtc.net/trulioo/apis/trulioo-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trulioo/trulioo-platform-api/versions/a825565ee177/schema)
