curl --request POST \
--url https://api.example.com/v1/datasets/upload \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"inputs": [
{}
],
"action": "create",
"description": "<string>",
"outputs": [
{}
],
"metadata": [
{}
],
"splits": [
"<string>"
],
"span_ids": [
"<string>"
],
"example_ids": [
"<string>"
]
}
'{
"data": {
"dataset_id": "<string>",
"version_id": "<string>",
"num_created_examples": 123,
"num_updated_examples": 123,
"num_deleted_examples": 123
}
}curl --request POST \
--url https://api.example.com/v1/datasets/upload \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"inputs": [
{}
],
"action": "create",
"description": "<string>",
"outputs": [
{}
],
"metadata": [
{}
],
"splits": [
"<string>"
],
"span_ids": [
"<string>"
],
"example_ids": [
"<string>"
]
}
'{
"data": {
"dataset_id": "<string>",
"version_id": "<string>",
"num_created_examples": 123,
"num_updated_examples": 123,
"num_deleted_examples": 123
}
}Documentation Index
Fetch the complete documentation index at: https://arizeai-433a7140-update-phoenix-arize-phoenix-evals-3-1-0.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
If true, fulfill request synchronously and return JSON containing dataset_id.
create, append, update Split per example: string, string array, or null
Span IDs to link examples back to spans
Optional example ID per example. If provided, it is used as the example's stable public ID.
Successful Response
Show child attributes
Was this page helpful?