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

string
required
Your API key.
string
required

Body

Params

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