---
title: "Create embedding presign token"
method: POST
path: "/embedding/create-presign-token"
tags: ["Embedding"]
---

# Create embedding presign token

`POST /embedding/create-presign-token`

Creates a presign token for embedding operations with configurable expiration time

## Request body

- object
  - `expiresIn` number
  - `scope` string

## Response `200`

Successful response

- object
  - `token` string, required
  - `expiresAt` string, required
  - `expiresIn` number, required

## Other responses

- `400` — Invalid input data
- `401` — Authorization not provided
- `403` — Insufficient access
- `500` — Internal server error

---

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