Skip to main content
POST
Python

Authorizations

superU-Api-Key
string
header
required

Your SuperU API key.

Body

application/json

Request body for Create tool.

Tool Create Request schema.

name
string
required

Tool name

Example:

"Tool 1"

type
string
required

Tool type

Example:

"apiRequest"

url
string
required

Request URL

Example:

"https://www.google.com"

description
string
required

What the tool does

Example:

"hehe"

method
string
required

HTTP method

Example:

"GET"

body
object

Request body schema.

Example:
headers
object

Request header schema.

Example:
timeoutSeconds
integer

Request timeout in seconds

Example:

20

Response

Tool 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.