Skip to main content
POST
/
v2
/
video-translation
/
faq
cURL
curl --request POST \
  --url https://api.example.com/v2/video-translation/faq \
  --header 'Content-Type: application/json' \
  --data '
{
  "faq": [
    {}
  ]
}
'
{}

Body

application/json
faq
object[]
required

Response

200 - application/json

createFAQ 200 response

The response is of type object.