Skip to main content
POST
Create an inference step

Authorizations

x-api-key
string
header
required

Your unique Avido API key

x-application-id
string
header
required

Your unique Avido Application ID

Body

application/json

Request body for creating a new inference step

title
string
required

The title of the inference step

Required string length: 1 - 255
Example:

"Moderator"

description
string
required

The inference step description

Example:

"Moderator step for input moderation"

type
enum<string>
required

The type of the inference step

Available options:
LLM,
RETRIEVER
Example:

"LLM"

externalId
string
required

identifier used in the ai application

Required string length: 1 - 255
Example:

"input_moderator"

Response

Created

Response containing a single inference step

data
object
required