Create a batch
The API create endpoint accepts JSON. File upload is available from the Soryxa batch jobs screen, not as a separate public file-upload API endpoint.
POST /api/v1/batch
Authorization: Bearer $SORYXA_API_KEY
Content-Type: application/json
{
"name": "June CRM import",
"emails": [
"user@example.com",
"review@example.org"
]
}