curl --request POST \
--url https://api.helicone.ai/v1/helicone-dataset \
--header 'Content-Type: application/json' \
--header 'authorization: <api-key>' \
--data '{
"datasetName": "<string>",
"requestIds": [
"<string>"
],
"meta": {
"promptVersionId": "<string>",
"inputRecordsIds": [
"<string>"
]
}
}'
{
"data": {
"datasetId": "<string>"
}
}
Create a new Helicone dataset
curl --request POST \
--url https://api.helicone.ai/v1/helicone-dataset \
--header 'Content-Type: application/json' \
--header 'authorization: <api-key>' \
--data '{
"datasetName": "<string>",
"requestIds": [
"<string>"
],
"meta": {
"promptVersionId": "<string>",
"inputRecordsIds": [
"<string>"
]
}
}'
{
"data": {
"datasetId": "<string>"
}
}
For users in the European Union: Please use eu.api.helicone.ai
instead of
api.helicone.ai
.
Ok
The response is of type object
.
The response is of type object
.
The response is of type object
.
Was this page helpful?