Discussions
Consent Error While Uploading
While Uploading the Consent, it gives source_url is required, even though i had added the video aws s3 url, name, and consent id
I used from the api docs, and create the consent by giving English as input so it gives this response:
{
"id": "cst_55qynmA4bOmKCmABNXwLr",
"text": "I, [user name] confirm that I have all the necessary rights or consents to use this footage and voice recording for creating an Avatar from my 'User Submission' all in accordance with the Terms of Use. This is my dynamic passcode bonus, hall, pond",
"created_at": "2025-02-04T10:14:24.378Z",
"created_by": "google-oauth2|102921984543085453240"
}
Here is my consent recording: https://app-magicads.s3.amazonaws.com/practice/agreement_kyle1.mp4
Then I put the url in source_url, give the name, and put the above generated id in the id parameter and then hit Try button then I got the Error.
and in endpoints the video upload successfully but gives the error when i am getting the status of consent by id.