Kissaki Docs
API referenceRegistry

Registry Import Images

POST
/integrations/registry/import

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://example.com/integrations/registry/import" \  -H "Content-Type: application/json" \  -d '{    "registry_url": "string",    "images": [      "string"    ]  }'
{  "imported": [    {      "asset_id": "string",      "reference": "string"    }  ],  "count": 0,  "scans_started": 0,  "scans_failed": 0}