post https://apis.elai.io/api/v1/gpt/
This endpoint offers a range of GPT-3.5-powered enhancement features applied to all slides in your video.
Base enhancements
Change the size and/or style of your texts
- engaging
- professional
- happier
- shorter
- longer
- rewrite
Complex enhancements
Enhancement | Description |
---|---|
add-missed-texts | In case you need to add missing headers/lists/speech in your videos stories, our API can identify and insert missed texts accurately. It ensures that the visual elements of your video are aligned with content. |
fit-speech | This enhancement allows for the rewriting and limitation of the duration of all speeches to approximately 60 seconds, that is supported by the majority of avatars available in our system. |
create-by-outline | Our API allows you to generate video content based on prepared outline structure. It can expand on each section and ensure a cohesive and well-structured video presentation. You should pass list parameter in config with array of outline items. |
Create by outline
{
"enhancement": "create-by-outline",
"config": {
"list": ["outline item 1", "outline item 2"]
}
}