- 1.Sign up for a Wubble Pro, Teams, or Enterprise plan (API access not available on Free plan)
- 2.Generate an API key from Settings > Developer > API Keys
- 3.Choose your preferred SDK (Python, JavaScript, Ruby, or Go) or use raw HTTP requests
- 4.Install the SDK using your package manager (e.g., pip install wubble)
- 5.Set your API key as an environment variable: WUBBLE_API_KEY
- 6.Make your first request to generate audio
- 7.Poll the generation status endpoint or use webhooks for completion notifications
- 8.Download and use your generated audio
Make your first API call to Wubble in minutes. This guide walks you through generating music, voice, and sound effects programmatically using our REST API.