cURL
curl --request POST \ --url http://localhost:8080/api/v1/pipeline/profile \ --header 'Content-Type: multipart/form-data' \ --header 'x-api-key: <api-key>' \ --form file='@example-file' \ --form 'delimiter=<string>' \ --form header=true \ --form sampleSize=123
{}
Upload a file and receive AI-generated summary statistics, quality issues, and suggested validation rules.
Optional API key for authentication (enabled via application.yaml)
Data file to profile
CSV delimiter (default comma)
Whether CSV has a header row (default true)
Number of rows to sample (default 200)
AI-generated data profile
The response is of type object.
object