cURL
curl --request POST \ --url https://destination.example.com/batches \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data ' { "records": [ {} ], "format": "json", "path": "<string>", "presigned_url": "<string>" } '
{ "status": "accepted", "message": "Accepted for processing." }
Customer-implemented endpoint for webhook_batch delivery.
For direct JSON batches, Prequel sends records inline. For file-based formats, Prequel sends a path and presigned URL.
json
csv
parquet
iceberg
Object storage path for file-based batch delivery.
Presigned URL to fetch the file or manifest.
Accepted
"accepted"
"Accepted for processing."