cURL
curl --request PUT \ --url https://api.galileo.ai/v2/projects/{project_id}/prompt_datasets/{dataset_id} \ --header 'Content-Type: multipart/form-data' \ --header 'Galileo-API-Key: <api-key>' \ --form 'file=<string>' \ --form 'column_names=<string>' \ --form file.0='@example-file'
{ "id": "<string>", "dataset_id": "<string>", "file_name": "<string>", "message": "<string>", "num_rows": 123, "rows": 123 }
csv
feather
json
jsonl
Successful Response
1
Was this page helpful?