Create a file spec
POST/api/v1/specs
Register a new file format specification. The spec defines field layout, data types, validation rules, correction rules, and optional output mapping. Once created the spec can be referenced by ID in transformation jobs.
Request​
Responses​
- 201
- 400
- 409
Spec created successfully
Validation error — invalid spec definition
A spec with the same name already exists