ℹ️ These docs are for the free version of Galileo. Documentation for current customers can be found here.
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 'column_names=[ "<string>" ]'
{ "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.
object
Was this page helpful?