Skip to main content
POST
Migrate Documents
Use this API to migrate a document to a new document ID within an organization. Returns a migrationId that can be used to poll the migration status.

Endpoint

POST https://api.velt.dev/v2/organizations/documents/migrate

Headers

x-velt-api-key
string
required
Your API key.
x-velt-auth-token
string
required

Body

Params

data
object
required

Example Requests

Migrate a document to a new document ID

Response

Success Response

Use the returned migrationId to poll progress with the Migrate Documents Status endpoint.

Failure Response