> ## Documentation Index
> Fetch the complete documentation index at: https://docs.terrareach.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Send Bulk SMS



## OpenAPI

````yaml POST /v1/sms/bulk
openapi: 3.0.1
info:
  title: TerraReach API
  description: Documentation APIs v1.0
  version: '1.0'
servers:
  - url: https://api.terrareach.com/api
    description: Prod server url
security: []
tags:
  - name: API-Keys
    description: >-
      Consumer can manage API keys that can be used to send messages via a
      program
paths: {}

````