--- title: "Import workflow" description: "Import a workflow from JSON format. A new UUID will be assigned to the imported workflow." source: https://flowdrop.io/docs/api/import-and-export/importWorkflow site: FlowDrop documentation --- # Import workflow `POST /workflows/import` Import a workflow from JSON format. A new UUID will be assigned to the imported workflow. ## Request body - `application/json` — Workflow ## Responses - `201` — Workflow imported successfully (`application/json`: WorkflowResponse) - `400` — Bad request - invalid parameters or request body (`application/json`: ErrorResponse) - `422` — Validation error - request data failed validation (`application/json`: ErrorResponse) - `500` — Internal server error (`application/json`: ErrorResponse) *Tags: Import and Export*