ℹ️ These docs are for the free version of Galileo. Documentation for current customers can be found here.
curl --request POST \
--url https://api.galileo.ai/v2/projects/{project_id}/prompt_datasets \
--header 'Content-Type: multipart/form-data' \
--header 'Galileo-API-Key: <api-key>'
{
"id": "<string>",
"dataset_id": "<string>",
"file_name": "<string>",
"message": "<string>",
"num_rows": 123,
"rows": 123
}
curl --request POST \
--url https://api.galileo.ai/v2/projects/{project_id}/prompt_datasets \
--header 'Content-Type: multipart/form-data' \
--header 'Galileo-API-Key: <api-key>'
{
"id": "<string>",
"dataset_id": "<string>",
"file_name": "<string>",
"message": "<string>",
"num_rows": 123,
"rows": 123
}
csv
, feather
, json
, jsonl
Successful Response
The response is of type object
.
Was this page helpful?