Batches
Create a batch
client.batches.create(BatchCreateParams { type } body, RequestOptionsoptions?): BatchCreateResponse { batch_id, batch_status, download_url, upload_url }
/v1/batches
Get batch status
client.batches.get(stringbatchID, RequestOptionsoptions?): BatchGetResponse { batch_count, batch_id, batch_status, 8 more }
/v1/batches/{batch_id}