{ "opencollection": "1.0.0", "info": { "name": "helicone-api Agent Dataset API", "version": "1.0.0" }, "items": [ { "info": { "name": "Dataset", "type": "folder" }, "items": [ { "info": { "name": "AddDataset", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/experiment/dataset", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "AddRandomDataset", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/experiment/dataset/random", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "GetDatasets", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/experiment/dataset/query", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "InsertDatasetRow", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/experiment/dataset/:datasetId/row/insert", "params": [ { "name": "datasetId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "CreateDatasetRow", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/experiment/dataset/:datasetId/version/:promptVersionId/row/new", "params": [ { "name": "datasetId", "value": "", "type": "path" }, { "name": "promptVersionId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "GetDataset", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/experiment/dataset/:datasetId/inputs/query", "params": [ { "name": "datasetId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "MutateDataset", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/experiment/dataset/:datasetId/mutate", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "AddHeliconeDataset", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/helicone-dataset", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "MutateHeliconeDataset", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/helicone-dataset/:datasetId/mutate", "params": [ { "name": "datasetId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "QueryHeliconeDatasetRows", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/helicone-dataset/:datasetId/query", "params": [ { "name": "datasetId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "CountHeliconeDatasetRows", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/helicone-dataset/:datasetId/count", "params": [ { "name": "datasetId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "QueryHeliconeDataset", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/helicone-dataset/query", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "UpdateHeliconeDatasetRequest", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/helicone-dataset/:datasetId/request/:requestId", "params": [ { "name": "datasetId", "value": "", "type": "path" }, { "name": "requestId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "DeleteHeliconeDataset", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/helicone-dataset/:datasetId/delete", "params": [ { "name": "datasetId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } } ] } ], "bundled": true }