---
title: "Begin the import of an image analyzed by Syft into the system"
method: POST
path: "/imports/images"
tags: ["Imports"]
---

# Begin the import of an image analyzed by Syft into the system

`POST /imports/images`

## Response `200`

success

- ImageImportOperation — An import record, creating a unique identifier for referencing the operation as well as its state
  - `uuid` string
  - `status` 'pending' | 'queued' | 'processing' | 'complete' | 'failed' | 'expired'
  - `expires_at` string, date-time
  - `created_at` string, date-time

## Other responses

- `500` — Internal Error

---

[API](https://skmtc.net/banzaicloud/apis/anchore-engine-api-server.md) · [All operations](https://skmtc.net/banzaicloud/apis/anchore-engine-api-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/banzaicloud/anchore-engine-api-server/versions/38e5705e0b21/schema)
