# Luly AI ## Docs - [Send Call (Simple)](https://docs.luly.ai/api-reference/basic/sendCall.md): Send an AI phone call with a custom objective and actions. - [Send Call using Pathways (Simple)](https://docs.luly.ai/api-reference/basic/sendCallPathways.md): Send an AI phone call with your own conversational pathway agent!
Links - [Video Tutorial](https://www.twilio.com/docs/glossary/what-e164#examples-of-e164-numbers) | [Step-by-step web tutorial](https://docs.luly.ai/tutorials/pathways) - [Analyze Batch with AI](https://docs.luly.ai/api-reference/batches/analyzeBatch.md): Analyzes a batch of calls based on using questions and goals.. - [Batch Details](https://docs.luly.ai/api-reference/batches/detail.md): Retrieves calls and batch data for a specific batch_id. - [List Batches](https://docs.luly.ai/api-reference/batches/list.md): Retrieves batch-specific data for each batch you’ve created. - [Retrieve Batch Analysis](https://docs.luly.ai/api-reference/batches/retrieve.md): Retrieves the analyses for a specific batch of calls, including details of each call’s analysis. - [Send a Batch of Calls](https://docs.luly.ai/api-reference/batches/send.md): Send large volumes of calls at once with a single API request. - [Stop Active Batch](https://docs.luly.ai/api-reference/batches/stop.md): Stops all active calls in a batch. - [Analyze Call with AI](https://docs.luly.ai/api-reference/calls/analyzeCall.md): Analyzes a call of calls based using questions and goals. - [Audio Recording](https://docs.luly.ai/api-reference/calls/audioRecording.md): Retrieve your call’s audio recording. - [Call Details](https://docs.luly.ai/api-reference/calls/callDetails.md): Retrieve detailed information, metadata and transcripts for a call. - [Get Corrected Transcript](https://docs.luly.ai/api-reference/calls/correctedTranscript.md): Analyzes a call of calls based using questions and goals. - [Event Stream](https://docs.luly.ai/api-reference/calls/eventStream.md): Retrieve stream of events that occured during the call. - [List Calls](https://docs.luly.ai/api-reference/calls/listCalls.md): Returns a set of metadata for each call dispatched by your account. - [Send Call](https://docs.luly.ai/api-reference/calls/sendCall.md): Send an AI phone call with a custom objective and actions. - [Stop Active Call](https://docs.luly.ai/api-reference/calls/stopActiveCall.md): End an active phone call by call_id. - [Stop All Active Calls](https://docs.luly.ai/api-reference/calls/stopAllActiveCalls.md): End all active phone calls on your account. - [Create a Campaign](https://docs.luly.ai/api-reference/campaigns/create.md): Send large volumes of calls at once with follow-up sequences. - [Campaign Details](https://docs.luly.ai/api-reference/campaigns/details.md): Returns specific campaign with all associated calls within campaign. - [List Campaigns](https://docs.luly.ai/api-reference/campaigns/list.md): Retrieve all campaigns and high level numerical metrics associated with each. - [Stop Campaign](https://docs.luly.ai/api-reference/campaigns/stop.md): Stops a campaign and all associated calls. - [Create a Custom Tool](https://docs.luly.ai/api-reference/customTool/create.md): Create a Custom Tool that can take AI input and call external APIs. - [Delete Custom Tool](https://docs.luly.ai/api-reference/customTool/delete.md): Delete your Custom Tool. - [Custom Tool Details](https://docs.luly.ai/api-reference/customTool/details.md): Retrieve a Custom Tool you’ve created. - [List Custom Tools](https://docs.luly.ai/api-reference/customTool/list.md): Retrieve Custom Tools you’ve created. - [Update Custom Tool](https://docs.luly.ai/api-reference/customTool/update.md): Create a Custom Tool that can take AI input and call external APIs. - [Inbound Number Details](https://docs.luly.ai/api-reference/inbound/details.md): Retrieve settings for your inbound phone number. - [List Inbound Numbers](https://docs.luly.ai/api-reference/inbound/list.md): Retrieves a list of all inbound phone numbers configured for your account, along with their associated settings. - [Purchase Inbound number](https://docs.luly.ai/api-reference/inbound/purchase.md): Purchase and configure a new inbound phone number. ($15/mo. subscription using your stored payment method). - [Update Inbound Details](https://docs.luly.ai/api-reference/inbound/update.md): Update your inbound agent’s settings, prompt and other details. - [List Outbound Numbers](https://docs.luly.ai/api-reference/outbound/list.md): Retrieves a list of all outbound phone numbers configured for your account, along with their associated settings. - [Purchase Outbound number](https://docs.luly.ai/api-reference/outbound/purchase.md): Purchase and configure a new inbound phone number. ($15/mo. subscription using your stored payment method). - [Pathway Chat](https://docs.luly.ai/api-reference/pathways/chats/chat.md): Send a message to a pathway and receive a response. - [Create Pathway Chat](https://docs.luly.ai/api-reference/pathways/chats/create.md): Create an instance of a pathway chat, which can be used to send and receive messages to the pathway. - [Create Pathway](https://docs.luly.ai/api-reference/pathways/create.md): Create a new conversational pathway - [Delete Pathway](https://docs.luly.ai/api-reference/pathways/delete.md): Delete your conversational pathway. - [Create Folder](https://docs.luly.ai/api-reference/pathways/folders/create.md): Creates a new folder for the authenticated user. - [Delete Folder](https://docs.luly.ai/api-reference/pathways/folders/delete.md): Deletes a specific folder for the authenticated user. The folder must be empty to be deleted. - [Get All Folders](https://docs.luly.ai/api-reference/pathways/folders/get.md): Retrieves all folders for the authenticated user, including folder ID, name, and parent folder ID. - [Get Pathways in Folder](https://docs.luly.ai/api-reference/pathways/folders/getPathways.md): Retrieves all pathways within a specific folder for the authenticated user. - [Move Pathway](https://docs.luly.ai/api-reference/pathways/folders/move.md): Moves a pathway to a different folder or to the root level. - [Update Folder](https://docs.luly.ai/api-reference/pathways/folders/update.md): Updates the name of a specific folder for the authenticated user. - [Get Single Pathway Information](https://docs.luly.ai/api-reference/pathways/get.md): Returns a set of information about the conversational pathway in your account - including the name, description, nodes and edges. - [Get All Pathways Information](https://docs.luly.ai/api-reference/pathways/getAll.md): Returns a set of information about all the conversational pathways in your account - including the name, description, nodes and edges. - [Update Pathway](https://docs.luly.ai/api-reference/pathways/update.md): Update a conversational pathway’s fields - including name, description, nodes and edges. - [Create Pathway Version](https://docs.luly.ai/api-reference/pathways/versions/create.md): Creates a new version of a specific pathway, including its name, nodes, and edges. - [Delete Pathway Version](https://docs.luly.ai/api-reference/pathways/versions/delete.md): Send a message to a pathway and receive a response. - [Get Pathway Versions](https://docs.luly.ai/api-reference/pathways/versions/get.md): Send a message to a pathway and receive a response. - [Get Specific Pathway Version](https://docs.luly.ai/api-reference/pathways/versions/getSpecific.md): Retrieves a specific version of a pathway, including its name, nodes, edges, version number, and latest status. - [Create Prompt](https://docs.luly.ai/api-reference/prompts/create.md): Create and store a prompt for future use. - [Prompt Details](https://docs.luly.ai/api-reference/prompts/details.md): Retrieves data for a specific prompt_id. - [List Prompts](https://docs.luly.ai/api-reference/prompts/list.md): Retrieves all your saved prompts. - [Clear SMS Conversation](https://docs.luly.ai/api-reference/sms/clear.md): Hides all messages in an SMS conversation from the AI’s future responses (without permanently deleting them). For development/debugging. - [SMS Conversation Analysis](https://docs.luly.ai/api-reference/sms/conversationAnalysis.md): Answer questions and extract information from an SMS conversation. - [Get SMS Messages](https://docs.luly.ai/api-reference/sms/messages.md): Get the list of SMS messages for a given conversation. - [A2P Registration](https://docs.luly.ai/api-reference/sms/registration.md): Learn how to register your A2P brand using our API. This guide covers all you need to know about making a POST request, including required parameters, error handling, and response expectations. - [Toggle SMS Reply Method](https://docs.luly.ai/api-reference/sms/replyMethod.md): Turn on or off the AI replying for a given phone number. - [Check SMS A2P status](https://docs.luly.ai/api-reference/sms/status.md): Check the status of an A2P registration. - [Update SMS Number](https://docs.luly.ai/api-reference/sms/update.md): Update your SMS agent’s configuration. - [Update SMS Webhook](https://docs.luly.ai/api-reference/sms/webhook.md): Update the webhook for a given phone number. - [Create Encrypted Key](https://docs.luly.ai/api-reference/twilioAccounts/create.md): Integrate your own Twilio account with Luly. See [Enterprise Twilio Integration](https://docs.luly.ai/enterprise-features/custom-twilio) for more information. - [Delete Encrypted Key](https://docs.luly.ai/api-reference/twilioAccounts/deleteKey.md): Disable an encrypted key for a Twilio account integration. See [Enterprise Twilio Integration](https://docs.luly.ai/enterprise-features/custom-twilio) for more information. - [Delete Inbound Phone Number](https://docs.luly.ai/api-reference/twilioAccounts/deleteNumber.md): Remove an inbound number that was uploaded through your own Twilio account. See [Enterprise Twilio Integration](https://docs.luly.ai/enterprise-features/custom-twilio) for more information. - [Upload Inbound Phone Numbers](https://docs.luly.ai/api-reference/twilioAccounts/upload.md): Add inbound numbers to Luly from your own Twilio account. See [Enterprise Twilio Integration](https://docs.luly.ai/enterprise-features/custom-twilio) for more information. - [Create a Vector Store](https://docs.luly.ai/api-reference/vectorStores/createStore.md): Create a new vector store - [Delete Vector Store](https://docs.luly.ai/api-reference/vectorStores/deleteStore.md): Remove a vector store from your account. - [List Vector Details](https://docs.luly.ai/api-reference/vectorStores/listDetails.md): View the details for a specific vector store. - [List Vector Stores](https://docs.luly.ai/api-reference/vectorStores/listStore.md): List all vector stores in your account. - [Update Vector Store](https://docs.luly.ai/api-reference/vectorStores/updateStore.md): Update an existing vector store. - [Generate Audio Sample](https://docs.luly.ai/api-reference/voice/audioSample.md): Generate an audio sample for a voice. - [Voice Details](https://docs.luly.ai/api-reference/voice/details.md): Retrieve detailed information about a specific voice. - [List Voices](https://docs.luly.ai/api-reference/voice/list.md): Retrieves all available voices for your account. - [Publish Cloned Voice](https://docs.luly.ai/api-reference/voice/publishCloned.md): Make your cloned voice public to use. - [Authorize a Web Agent Call](https://docs.luly.ai/api-reference/webAgent/authorize.md): Create a single-use session token for a client to talk with your web agent. - [Create a Web Agent](https://docs.luly.ai/api-reference/webAgent/create.md): Configure all of the settings for a new web agent. - [Delete Web Agent](https://docs.luly.ai/api-reference/webAgent/delete.md): Delete a web agent. - [List Web Agents](https://docs.luly.ai/api-reference/webAgent/list.md): Retrieves each web agent you’ve created, along with their settings. - [Update Web Agent Settings](https://docs.luly.ai/api-reference/webAgent/update.md): Update your web agent’s settings, prompt and other details. - [Send 1000 phone calls](https://docs.luly.ai/basicTutorial/1000calls.md) - [Conversational Pathways](https://docs.luly.ai/basicTutorial/conversationalPathways.md) - [Custom Tools](https://docs.luly.ai/basicTutorial/customTools.md): Interact with the real world mid-call using custom tools. - [Dynamic Data](https://docs.luly.ai/basicTutorial/dynamicData.md) - [Send your first phone call](https://docs.luly.ai/basicTutorial/firstPhoneCall.md) - [Live transfer](https://docs.luly.ai/basicTutorial/liveTransfer.md) - [Setting max durations](https://docs.luly.ai/basicTutorial/maxDuration.md) - [Webhook Signing](https://docs.luly.ai/basicTutorial/webhookSigning.md) - [Webhooks](https://docs.luly.ai/basicTutorial/webhooks.md) - [Fine-tuning & Custom LLMs](https://docs.luly.ai/enterprise/customLLM.md) - [Custom languages & voices](https://docs.luly.ai/enterprise/customLanguage.md) - [Custom Twilio Integration](https://docs.luly.ai/enterprise/customTwilio.md): Connect Luly to your own Twilio account - [Bring your own Twilio](https://docs.luly.ai/enterprise/ownTwilio.md) - [Enterprise rate limits](https://docs.luly.ai/enterprise/rateLimits.md) - [Luly & Botpress](https://docs.luly.ai/featuredGuide/botpress.md) - [Welcome to Luly AI](https://docs.luly.ai/introduction.md): Welcome to the documentation of Luly AI - [Starter guide](https://docs.luly.ai/quickstart.md): Learn how to use Luly’s API in under five minutes ## OpenAPI Specs - [openapi](https://docs.luly.ai/api-reference/openapi.json)