For Agents
Programmatically post an mms attachment to text request., sends a message. Covers 61 operations with apiKey authentication.
Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the Text Request API v3, or any other public or private API you need. You set the rules, the agent never sees your credentials, and every call is logged.
# On the machine that will host your Jentic One instance:
curl -fsSL https://raw.githubusercontent.com/jentic/jentic-one/main/tools/install.sh | sh# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL https://raw.githubusercontent.com/jentic/jentic-one/main/tools/install.sh | sh
jentic register # connects your agent to your Jentic One instanceJentic One is in public beta. The setup above keeps your agent separate from the instance, which is what you want before using real credentials: an agent running as the same OS user as Jentic One can read its stored keys directly. Just evaluating? A single local install is fine to start. See the secure deployment guide for the tiers.
What an agent can do with Text Request API v3 API.
Post an MMS attachment to Text Request.
Sends a message
Create a new dashboard with the given name and phone number
Get all dashboards in an account.
GET STARTED
Use for: I need to post an mms attachment to text request., I want to sends a message, Search for a new dashboard with the given name and phone number, Find all all dashboards in an account.
Not supported: Does not handle payments, crm, or developer tools — use for communications only.
Jentic publishes the only available OpenAPI document for Text Request API v3, keeping it validated and agent-ready.
This page contains documentation for Text Request's v3 API. [Click here](https://www.textrequest.com/api/v2) for v2 documentation. The Text Request API makes it easy to programmatically interact with your Text Request account. It provides the ability to **send messages**, **retrieve conversations**, **send payment requests**, **manage contacts, groups, dashboards, and users**, and **create and del. The API exposes 61 endpoints secured with apiKey authentication.
Update a specific dashboard's name
Deletes the specified dashboard.
Patterns agents use Text Request API v3 API for, with concrete tasks.
★ Communications Operations
Use the Text Request API v3 to perform communications operations programmatically. The API provides 61 endpoints covering core functionality including post an mms attachment to text request., sends a message, create a new dashboard with the given name and phone number.
Call POST /mms to post an mms attachment to text request.
Automated Messages Management
Automate messages operations by combining multiple Text Request API v3 endpoints. Agents can sends a message and then create a new dashboard with the given name and phone number in a single workflow.
Call POST /messages to sends a message, then verify the result
AI Agent Integration via Jentic
AI agents discover and call Text Request API v3 endpoints through Jentic without managing credentials directly. An agent searches for the required operation by intent, receives the matching endpoint schema, and executes the call with Jentic-managed authentication. This eliminates the need to read API documentation or handle apiKey tokens manually.
Search Jentic for 'post an mms attachment to text request.', load the operation schema, and execute with Jentic-managed credentials
61 endpoints — this page contains documentation for text request's v3 api.
METHOD
PATH
DESCRIPTION
/mms
Post an MMS attachment to Text Request.
/messages
Sends a message
/dashboards
Create a new dashboard with the given name and phone number
/dashboards
Get all dashboards in an account.
/dashboards/{dashboard_id}
Get info on this specific dashboard
/dashboards/{dashboard_id}
Update a specific dashboard's name
/dashboards/{dashboard_id}
Deletes the specified dashboard.
/dashboards/provisioning
Get available provisioned numbers for hosting with a dashboard
/mms
Post an MMS attachment to Text Request.
/messages
Sends a message
/dashboards
Create a new dashboard with the given name and phone number
/dashboards
Get all dashboards in an account.
/dashboards/{dashboard_id}
Get info on this specific dashboard
Three things that make agents converge on Jentic-routed access.
Credential isolation
Text Request API v3 apiKey credentials are stored encrypted in the Jentic vault (MAXsystem). Agents receive scoped access tokens — raw secrets never enter the agent context.
Intent-based discovery
Agents search by intent (e.g., 'post an mms attachment to text request.') and Jentic returns the matching Text Request API v3 operation with its input schema, so the agent can call the right endpoint without browsing docs.
Time to first call
Direct Text Request API v3 integration: 1-3 days for auth handling, response parsing, and error cases. Through Jentic: under 1 hour — search, load schema, execute.
Alternatives and complements available in the Jentic catalogue.
Twilio
Alternative communications API
Choose Twilio when you need a different approach to communications operations
Sendgrid
Alternative communications API
Choose Sendgrid when you need a different approach to communications operations
Pusher
Complementary communications API
Choose Pusher when you need a complementary approach to communications operations
Specific to using Text Request API v3 API through Jentic.
What authentication does the Text Request API v3 use?
The Text Request API v3 uses an API key passed in the `x-api-key` header. Through Jentic, these credentials are stored encrypted in the MAXsystem vault and injected at execution time, so raw secrets never enter the agent context.
Can I post an mms attachment to text request. with the Text Request API v3?
Yes. Use the POST /mms endpoint. The API returns structured JSON responses that agents can parse and act on directly.
What are the rate limits for the Text Request API v3?
Rate limits are not specified in the OpenAPI spec. Check the vendor documentation for current limits. Through Jentic, rate limiting is handled automatically with retry logic built into the execution layer.
How do I post an mms attachment to text request. through Jentic?
Install the Jentic SDK with pip install jentic, authenticate at https://app.jentic.com/sign-up, then search for 'post an mms attachment to text request.'. Jentic returns the matching Text Request API v3 operation with its input schema. Load the schema and execute the call — credentials are injected automatically.
How many endpoints does the Text Request API v3 have?
The Text Request API v3 exposes 61 endpoints covering messages, payments, contacts operations.
/dashboards/{dashboard_id}
Update a specific dashboard's name
/dashboards/{dashboard_id}
Deletes the specified dashboard.
/dashboards/provisioning
Get available provisioned numbers for hosting with a dashboard