Skip to Content
🔥 Fire SMS — Simple, developer-friendly SMS API.Get Started →
DocsAPI ReferenceAPI Reference

🔥 API Reference

The Fire SMS API is a simple REST API. All requests are POST requests with a JSON body and return JSON responses.

Base URL

https://firesms.vercel.app/api/v1

Endpoints


Authentication

All requests require your api_key passed in the request body. You can find your API key in your dashboard settings.


Response Format

All endpoints return a JSON object. A status field of "success" or "error" is always present.

HTTP StatusMeaning
200Request succeeded
400Missing or invalid parameters
401Invalid or missing API key
402Insufficient credits
422No SMS provider configured
500Send failed
Last updated on