PATCH
/
api
/
v1
/
agent
/
{agentId}
curl --request PATCH \
  --url https://www.artilla.ai/api/v1/agent/{agentId} \
  --header 'Content-Type: application/json' \
  --data '{
  "uiSchema": {},
  "inputSchema": {},
  "webhookUrl": "<string>",
  "visibility": "public",
  "price": 50025
}'
{
  "success": true
}

Headers

authorization
string

This is your JWT tolen

x-api-key
string

A valid API key

Path Parameters

agentId
string
required

Body

application/json
Body
uiSchema
object
inputSchema
object
webhookUrl
string
visibility
enum<string>
Available options:
public,
private
price
number
Required range: 50 <= x <= 100000

Response

200 - application/json
200
success
boolean
required