cURL
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>' \ --form file='@example-file'
{ "id": "<string>", "dataset_id": "<string>", "file_name": "<string>", "message": "<string>", "num_rows": 123, "rows": 123 }
Documentation IndexFetch the complete documentation index at: https://docs.galileo.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.galileo.ai/llms.txt
Use this file to discover all available pages before exploring further.
csv
feather
json
jsonl
Successful Response
1
Was this page helpful?