Skip to main content
POST
Python

Authorizations

superU-Api-Key
string
header
required

Your SuperU API key.

Body

application/json

Request body for Create agent version.

Agent Version Create Request schema.

agent_id
string
required

Agent ID

Example:

"76286489-86a8-4540-b479-b0154e474555"

version
string
required

Version label

Example:

"1.0.3"

assistant_data
object
required

Assistant data value.

Example:
knowledgeBase
string[]

Knowledge Base value.

Example:
tools
string[]

Tools value.

Example:
call_forwarding
object

Call forwarding value.

Example:

Response

Version created

A generic response schema for successful API calls.

status
string

Indicates if the request was successful.

Example:

"success"

message
string

A descriptive message about the result of the request.

Example:

"Request completed successfully"

data
object

The payload of the response, if any.