Discussions

Ask a Question
Back to All

Create Talks producing FACE Error

Hi,

I am calling this api https://api.d-id.com/talks/tlk_5gKfOZXQUNDfKYnWi13fu

However , I am getting error

This is the image i am using https://res.cloudinary.com/dsxktg0sd/image/upload/v1730943517/pastor01_fozfqx.jpg

My full body are

{
    "script": {
        "type": "text",
        "input": "I love making api calls",
        "provider": {
            "type": "elevenlabs",
            "voice_id": "JBFqnCBsd6RMkjVDRZzb",
            "model_id": "eleven_turbo_v2_5"
        }
    },
    "source_url": "https://res.cloudinary.com/dsxktg0sd/image/upload/v1730943517/pastor01_fozfqx.jpg",
    "config": {
        "stitch": true
    },
    "face": {
        "size": 512,
        "top_left": [
            512,
            512
        ]
    }
}

Last time it used to work with EMMA , https://create-images-results.d-id.com/DefaultPresenters/Emma_f/v1_image.jpeg

Now even this doesn't work, it produces Face Error.

Please check,

Thank you.