Generate video topics
Generate ideas for around 50 videos within a given topic. You can then pass these to the Create video endpoint.
Authorizations
Body
Parameters for generating video topic suggestions.
parent_topicstringOptional
Base idea or theme for generating custom topics.
localestring · enumOptionalDefault:
Locale for topic generation.
autoPossible values: number_of_topicsnumber · max: 100OptionalDefault:
Approximate number of topics to generate (max 100).
50content_typestring · enumOptionalDefault:
Content type of the video.
CustomPossible values: Responses
200
Successful response
application/json
Responsestring[]
List of generated video topics.
400
Invalid request
application/json
401
Unauthorized request
application/json
post
/videos/topicsPOST /api/v1/videos/topics HTTP/1.1
Host: shortgenius.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 85
{
"parent_topic": "text",
"locale": "auto",
"number_of_topics": 50,
"content_type": "Custom"
}[
"text"
]Last updated