Skip to main content
POST
/
api
/
v1
/
pipeline
/
profile
AI data profiling
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
{}

Authorizations

x-api-key
string
header
required

Optional API key for authentication (enabled via application.yaml)

Body

multipart/form-data
file
file
required

Data file to profile

delimiter
string

CSV delimiter (default comma)

header
boolean

Whether CSV has a header row (default true)

sampleSize
integer

Number of rows to sample (default 200)

Response

AI-generated data profile

The response is of type object.