Skip to main content
POST
Send bulk emails

Authorizations

Authorization
string
header
required

API key from your SendKit dashboard. Pass it as a Bearer token in the Authorization header.

Body

application/json
emails
object[]
required

Array of email objects to send. Each email is independent with its own recipient, content, and options. You can also send a plain JSON array (without the emails wrapper key).

Required array length: 1 - 100 elements

Response

Emails accepted for delivery

data
object[]

Array of results in the same order as the input. Each entry indicates success or error.

Successful email.