Skip to content

Create podcast

POST
/v1/tts/podcast
Transform two-voice scripts into ready-to-publish podcast-style audio conversations that sound natural. For example:
        
  {
    "conversations": [{
        "text": "Welcome, listeners! Today, we're diving into a crucial topic for recent graduates, how to write a compelling resume. I'm excited to explore this with you.",
        "voice": "Luna"
      },{
        "text": "Absolutely! A well-crafted resume can make all the difference in landing that first job. Let's start by understanding the true purpose of a resume.",
        "voice": "Jake"
      },{
        "text": "Great point. A resume isn't just a list of achievements. It's essentially a marketing tool to sell your skills and experiences to potential employers.",
        "voice": "Luna"
      },{
        "text": "Exactly. It's your personal branding document, showcasing why you're the ideal candidate. And remember, recruiters often spend only 6-7 seconds scanning a resume initially.",
        "voice": "Jake"
      },{
        "text": "That's a shockingly short time! It really emphasizes the need for a concise, well-organized, and impactful resume. Now, let's dive into the key components of a graduate resume.",
        "voice": "Luna"
      },{
        "text": "Absolutely. At the top, you'll want your contact information, full name, phone number, email, and location. Then, a professional summary or objective statement.",
        "voice": "Jake"
      },{
        "text": "For recent graduates, an objective statement focusing on career aspirations is often more appropriate. What comes next?",
        "voice": "Luna"
      },{
        "text": "Education is crucial for graduates. Include your degree, major, university name, graduation date, and GPA if it's above 3.0. Don't forget to list relevant coursework.",
        "voice": "Jake"
      },{
        "text": "Great advice. What about skills and work experience?",
        "voice": "Luna"
      },{
        "text": "Highlight both hard and soft skills. For work experience, include internships, part-time jobs, or volunteer work. Focus on responsibilities and achievements, not just duties.",
        "voice": "Jake"
      },{
        "text": "That makes sense. Any other components we should mention?",
        "voice": "Luna"
      },{
        "text": "Yes, don't forget to include significant projects, extracurricular activities, leadership roles, and any awards or achievements. These can really make your resume stand out.",
        "voice": "Jake"
      },{
        "text": "Excellent. Now that we've covered the essentials, let's talk about tailoring your resume for specific job applications.",
        "voice": "Luna"
      },{
        "text": "Absolutely. The key is to analyze the job description carefully and identify the skills and qualifications the employer is seeking.",
        "voice": "Jake"
      },{
        "text": "So, it's about aligning your skills and experiences with the job requirements, right? How can graduates do this effectively?",
        "voice": "Luna"
      },{
        "text": "Use similar language and keywords from the job description. Prioritize relevant information by rearranging your resume sections. And always quantify your achievements when possible.",
        "voice": "Jake"
      },{
        "text": "That's great advice. What about the use of action verbs?",
        "voice": "Luna"
      },{
        "text": "Definitely use strong action verbs like developed, implemented, or coordinated to start your bullet points. It showcases a proactive approach.",
        "voice": "Jake"
      },{
        "text": "I see. And I assume we should customize the professional summary for each application as well?",
        "voice": "Luna"
      },{
        "text": "Absolutely. Adjust your summary or objective statement to align with the specific role and company. Remember, tailoring doesn't mean fabricating information.",
        "voice": "Jake"
      },{
        "text": "That's an important point. Now, let's move on to designing an effective resume layout. What are some key considerations?",
        "voice": "Luna"
      },{
        "text": "First, choose a clean, professional font like Arial or Calibri, with a size between 10 and 12 points for body text. Consistency in formatting is crucial.",
        "voice": "Jake"
      },{
        "text": "What about the use of white space and length?",
        "voice": "Luna"
      },{
        "text": "Utilize white space to make your resume easy on the eyes. For recent graduates, aim for a one-page resume, two pages maximum if you have extensive relevant experience.",
        "voice": "Jake"
      },{
        "text": "Any tips on making the resume more visually appealing?",
        "voice": "Luna"
      },{
        "text": "Use bullet points to make it more scannable. A touch of color can make your resume stand out, but use it sparingly. And always save as a PDF to preserve formatting.",
        "voice": "Jake"
      },{
        "text": "Great advice. As we wrap up, let's cover some common mistakes to avoid and final tips.",
        "voice": "Luna"
      },{
        "text": "Definitely. Avoid typos and grammatical errors at all costs. Always proofread multiple times and have someone else review your resume.",
        "voice": "Jake"
      },{
        "text": "What about personal information? Should graduates include details like age or marital status?",
        "voice": "Luna"
      },{
        "text": "No, avoid mentioning personal information not relevant to the job. Also, steer clear of using a generic objective - tailor it for each application.",
        "voice": "Jake"
      },{
        "text": "Any final tips for our listeners?",
        "voice": "Luna"
      },{
        "text": "Keep your resume updated regularly, create a master version with all experiences, use a professional email address, and be prepared to discuss your resume in interviews.",
        "voice": "Jake"
      },{
        "text": "Excellent advice. Thank you for sharing these insights. To our listeners, we hope this podcast has equipped you with the knowledge to create a standout graduate resume.",
        "voice": "Luna"
      },{
        "text": "Absolutely. Remember, your resume is often your first chance to impress potential employers. Keep refining it as you gain more experience. Good luck with your job search!",
        "voice": "Jake"
      }
    ]
  }

        

Authorizations

BearerAuth
TypeHTTP (bearer)

Request Body

Responses

The audio content.
application/json

Samples