/
AR
arize-ai
/
Arize-Phoenix REST API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 58m ago · Updated 10h ago
Details
Filter operations
annotation_configs
9
get
List annotation configurations
post
Create an annotation configuration
get
Get an annotation configuration by ID or name
put
Update an annotation configuration
delete
Delete an annotation configuration
get
List annotation configurations assigned to a project
put
Replace the set of annotation configurations assigned to a project
put
Assign an annotation configuration to a project
delete
Unassign an annotation configuration from a project
annotations
6
api_keys
7
chat
3
chat_completions
1
datasets
22
experiments
12
projects
5
prompts
11
secrets
1
sessions
6
spans
7
traces
4
users
4
post
Login
get
Logout
post
Refresh Tokens
post
Initiate Password Reset
post
Reset Password
post
Ldap Login
get
Login
post
Login
get
Create Tokens
get
Version
get
Check Healthz
get
Check Readyz
annotation_configs
Create an annotation configuration
post
/v1/annotation_configs
Request body
union
required
CategoricalAnnotationConfigData
required
OR
ContinuousAnnotationConfigData
required
OR
FreeformAnnotationConfigData
required
Response
Successful Response
CreateAnnotationConfigResponseBody
required
data
union
required
Changes