Bulk Migrate Content
Content
Bulk Migrate Content
Migrate multiple content items to a new ContentType version
POST
Bulk Migrate Content
Migrates multiple content items to a new ContentType version in a single operation. Returns results for each item, including any failures.Documentation Index
Fetch the complete documentation index at: https://docs.metabind.ai/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
Organization ID
Project ID
Request Body
Array of content IDs to migrate
The ContentType version to migrate to
Example Request
Response
Returns arrays of successfully migrated and failed content IDs.Bulk migration is atomic per content item. Failures do not rollback successful migrations. Review the
failed array to identify and fix issues.