Skip to main content
Back to API List The API imports a model in chunks into the Agent Platform environment. The import process includes the following steps and APIs: Where can I find the API key? To use the API, you will need an API key. Learn more.

Start Import Session

The Import Model - Start Session API is executed in this step. The API initializes the import session and returns a Session Id in the response which is used in the next two steps of the import process.

Path Parameters

Sample Request

Body Parameters

Sample Response

Response Parameters

Upload Model in Chunks

The Import Model - Chunk Upload API uploads a file chunk for model import. The sessionId from the Start Import Session API must be used here to upload the file in incrementing chunks identified by a unique chunkNumber.

Path Parameters

Sample Request

Body Parameters

Sample Response

Response Parameters

Complete the Import Process

The Import Model- Complete API completes the model import process after all file chunks have been successfully uploaded. The sessionId from the Start Import Session API must be used for this API.

Path Parameters

Sample Request

Body Parameters

No parameters are passed.

Sample Response

Response Parameters