Batch
Service Create Batch
POST
/api/v1/service/projects/{project_id}/batchesAuthorization
BearerAuth AuthorizationBearer <token>
In: header
Path Parameters
project_id*Project Id
Format
uuidRequest Body
multipart/form-data
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/api/v1/service/projects/497f6eca-6276-4993-bfeb-53cbbbba6f08/batches" \ -F file="string" \ -F agent_id="2b1e3b65-2c04-4fa2-a2d7-467901e98978" \ -F name="string" \ -F execution_type="NOW"{ "batch_id": "4da22c97-b7d5-4e31-8c3a-03870ebc7b20", "name": "string", "status": "DRAFT", "valid_count": 0, "invalid_count": 0}