voice.ai
Voice.ai
Create lifelike speech using AI voice agents, voice changer, and text to speech from Voice.ai. Thousands of voices with secure, scalable APIs and SDKs.
55
Partly agent-ready
Agent-readiness score out of 100
- ✓ Clear description of the site
- ✓ Several pages described
- ✓ Actions agents can take
- ✓ 3 or more actions
- ○ Publishes its own LAWP (/.well-known/lawp.json)
- ○ Actions agents can execute
- ○ Business details (address, hours, phone)
How to improve this score
Up to +45 points:
+15 · Publishes its own LAWP (/.well-known/lawp.json)
Publish your starter lawp.json at
Publish your starter lawp.json at
/.well-known/lawp.json. WordPress: install the Actuent plugin. Cloudflare: use the one-click Worker.+15 · Actions agents can execute
Give an action an
Give an action an
endpoint on your domain so agents can do it for the user, not just link to it. See LAWP Actions.+15 · Business details (address, hours, phone)
Add schema.org business data to your homepage (the starter snippet). Google uses it too.
Add schema.org business data to your homepage (the starter snippet). Google uses it too.
Starter lawp.json for voice.ai
Made from what Actuent already knows. Edit it, then publish it at
https://voice.ai/.well-known/lawp.json. Check it with the LAWP Checker, or edit it in the LAWP Generator.{
"lawp_version": "0.3",
"domain": "voice.ai",
"name": "Voice.ai",
"language": "en",
"pages": {
"/": {
"title": "Free AI Voice Changer & Voice Agent Platform - Voice.ai",
"content": "Create lifelike speech using AI voice agents, voice changer, and text to speech from Voice.ai. Thousands of voices with secure, scalable APIs and SDKs."
},
"/ai-voice": {
"title": "Free AI Voice Generator",
"content": "Generate lifelike speech with a wide selection of AI voices for free."
},
"/voice-cloning": {
"title": "AI Voice Cloning",
"content": "Clone any voice from audio samples to generate realistic, personalized speech."
},
"/text-to-speech/": {
"title": "AI Text to Speech",
"content": "Create high-quality, emotional voiceovers from text with customizable voices and languages."
},
"/docs/introduction": {
"title": "Introduction",
"content": "Overview of Voice.ai's platform, capabilities, and how to get started building voice applications."
},
"/text-to-speech/arabic/": {
"title": "Arabic Text to Speech",
"content": "Generate high-quality Arabic speech with advanced AI voices."
},
"/guides/text-to-speech/quickstart": {
"title": "Text-to-Speech Quickstart",
"content": "Step-by-step quickstart guide for integrating Voice.ai's Text-to-Speech API."
},
"/guides/voice-agents/configuration": {
"title": "Voice Agent Configuration",
"content": "Comprehensive guide to configuring and deploying AI voice agents."
},
"/guides/text-to-speech/voice-cloning": {
"title": "Voice Cloning Guide",
"content": "Guide to cloning voices from audio samples for personalized speech generation."
},
"/text-to-speech/american-accent-generator/": {
"title": "American Accent Generator",
"content": "Create realistic American accent voiceovers for various use cases."
},
"/docs/api-reference/text-to-speech/generate-speech": {
"title": "Text-to-Speech API Reference",
"content": "API reference for generating speech from text using Voice.ai's TTS engine."
}
},
"actions": [
{
"id": "view_pricing",
"name": "View pricing",
"input": {
"type": "text",
"required": false
},
"intent": [
"pricing",
"prices",
"plans",
"cost",
"how much"
],
"description": "See plans and prices"
},
{
"id": "contact",
"name": "Contact",
"input": {
"type": "text",
"required": false
},
"intent": [
"contact",
"get in touch",
"email",
"message",
"support"
],
"description": "Get in touch with the site owner"
},
{
"id": "sign_in",
"name": "Sign in",
"input": {
"type": "text",
"required": false
},
"intent": [
"sign in",
"log in",
"login",
"account"
],
"description": "Log in to an account"
},
{
"id": "get_support",
"name": "Get help",
"input": {
"type": "text",
"required": false
},
"intent": [
"help",
"support",
"faq",
"customer service"
],
"description": "Help centre, FAQs and support"
},
{
"id": "careers",
"name": "View jobs",
"input": {
"type": "text",
"required": false
},
"intent": [
"careers",
"jobs",
"hiring",
"work with us"
],
"description": "See open positions"
}
]
}Starter schema.org snippet
Replace the example values, then paste into your homepage's <head>.
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "Voice.ai",
"url": "https://voice.ai",
"telephone": "+00 0000 0000",
"priceRange": "€€",
"address": {
"@type": "PostalAddress",
"streetAddress": "Street 1",
"postalCode": "0000",
"addressLocality": "City",
"addressCountry": "DK"
},
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday"
],
"opens": "09:00",
"closes": "17:00"
}
]
}
</script>What AI agents can do here
View pricing
See plans and prices
pricingpricesplanscosthow muchContact
Get in touch with the site owner
contactget in touchemailmessagesupportSign in
Log in to an account
sign inlog inloginaccountGet help
Help centre, FAQs and support
helpsupportfaqcustomer serviceView jobs
See open positions
careersjobshiringwork with usPages
Free AI Voice Changer & Voice Agent Platform - Voice.ai /
Create lifelike speech using AI voice agents, voice changer, and text to speech from Voice.ai. Thousands of voices with secure, scalable APIs and SDKs.
Free AI Voice Generator /ai-voice
Generate lifelike speech with a wide selection of AI voices for free.
AI Voice Cloning /voice-cloning
Clone any voice from audio samples to generate realistic, personalized speech.
AI Text to Speech /text-to-speech/
Create high-quality, emotional voiceovers from text with customizable voices and languages.
Introduction /docs/introduction
Overview of Voice.ai's platform, capabilities, and how to get started building voice applications.
Arabic Text to Speech /text-to-speech/arabic/
Generate high-quality Arabic speech with advanced AI voices.
Text-to-Speech Quickstart /guides/text-to-speech/quickstart
Step-by-step quickstart guide for integrating Voice.ai's Text-to-Speech API.
Voice Agent Configuration /guides/voice-agents/configuration
Comprehensive guide to configuring and deploying AI voice agents.
Voice Cloning Guide /guides/text-to-speech/voice-cloning
Guide to cloning voices from audio samples for personalized speech generation.
American Accent Generator /text-to-speech/american-accent-generator/
Create realistic American accent voiceovers for various use cases.
Text-to-Speech API Reference /docs/api-reference/text-to-speech/generate-speech
API reference for generating speech from text using Voice.ai's TTS engine.
For AI agents
Get this site as structured JSON:
GET https://api.actuent.ai/api/search?q=voice.ai
Or connect Actuent to ChatGPT or Claude:
https://agents.actuent.ai/api/mcpLast updated 27 Sep 2026
Is this your site?
Claim voice.ai to edit what AI agents see, make your actions executable, and show your score:
Show your score:
<script src="https://api.actuent.ai/badge.js" data-domain="voice.ai" async></script> or the image https://api.actuent.ai/badge.svg?domain=voice.ai&style=cardActuent is a search engine for AI agents, made by localilabs. Data is generated automatically from public web content and may be incomplete.
