Upload a CSV file and start inference asynchronously.
Returns aDocumentation Index
Fetch the complete documentation index at: https://docs.woodwide.ai/llms.txt
Use this file to discover all available pages before exploring further.
job_id immediately. Poll GET /jobs/{job_id} until status is succeeded, then fetch results via GET /jobs/{job_id}/results.
Maximum file size is 30 MB. Set output_type to control the result format (json, csv, or parquet).
See Output Formats for output columns by model type.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The file to upload. Maximum file size: 30 MB.
Supported inference output formats.
json, csv, parquet Controls anomaly detection output shape. 'ids_only' returns a list of anomalous row indices. 'per_row' returns id, is_anomaly, and anomaly_score for every input row. Ignored for non-anomaly model types.
ids_only, per_row Successful Response Output format depends on the output_type parameter (json, csv, or parquet). See Output Formats for output columns by model type.