Voice Creation Guidelines

To ensure seamless personalized audio generation, please follow the guidelines outlined below. Adhering to these best practices will help optimize the performance and accuracy of the personalized voice output.

From this API you will receive an array of guidelines consisting of both 'do' and 'don't' recommendations for creating high-quality audio. The 'do' section includes best practices, while the 'don't' section highlights common mistakes to avoid. Additionally, a video link is provided as part of the response to visually guide you through the process.

curl --request GET \
     --url 'https://api.immersive-fox.com/voice/guidelines/'  \
     --header 'X-Api-Key: <your-api-key>' \
     --header 'Content-Type: application/json' 
[
    {
        "do": [
            "Record yourself in a silent place.",
            "Speak naturally using your normal tone and emphasis."
        ],
        "dont": [
            "Submit audio with sudden noises in between.",
            "Speak in a monotone way."
        ],
        "video_link": "https://my-bucket-name.s3.eu-central-1.amazonaws.com/guidelines.mp4"
    }
]