VideoGen API
  1. VideoGen Schemas
VideoGen API
  • Text to Video
    • Prompt to video
    • Prompt to outline
    • Outline to video
    • Get file
  • Resources
    • Get voices
    • Get languages
    • Get fonts
  • Examples
    • Interacting with the Video Outline
    • Polling vs Webhooks
  • v1
    • Text to Video
      • Script to video
      • Prompt to script
      • Get file
    • Resources
      • Get voices
      • Get languages
      • Get fonts
    • Examples
      • Generate a Video
  • Schemas
    • VideoGen Schemas
      • Color
      • Voice
      • Language Code and Name
      • Font Summary
      • Voice Quality
      • Gender
      • Aspect Ratio
      • Section Overlay Type
      • Section
      • Outline
      • Caption Details
  1. VideoGen Schemas

Section

{
    "text": "string",
    "voice": "Matilda",
    "voiceVolume": 1,
    "overlayType": "CAPTIONS",
    "title": "string",
    "subtitle": "string"
}