{
"title": "Cybersecurity Competition",
"theme": "Cybersecurity Theme",
"text": "Generate a cybersecurity PPT"
}curl --location --request POST '/yoo-ai/v1/ppt-structure' \
--header 'AccessToken;' \
--header 'AccessSecret;' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "Cybersecurity Competition",
"theme": "Cybersecurity Theme",
"text": "Generate a cybersecurity PPT"
}'{
"code": 200,
"msg": "success",
"data": {
"title": "Cybersecurity Competition",
"catalogs": [
{
"catalog": "Characteristics of Technology",
"sub_catalog": [
"Innovative Forms of Technology",
"High Efficiency and High Plasticity",
"Impact on the Real World"
]
},
{
"catalog": "Revolutions Brought",
"sub_catalog": [
"Application Scenarios and Trends of AIGC",
"Empowering Production and Releasing Creativity",
"Driving Role in Enterprise Innovation"
]
},
{
"catalog": "Challenges and Opportunities",
"sub_catalog": [
"Issues and Challenges in AIGC Development",
"Opportunities Driven by Innovation",
"Strategies and Measures to Adapt to the New Era"
]
},
{
"catalog": "Integration of Artificial Intelligence",
"sub_catalog": [
"Complementary Relationships of Artificial Intelligence",
"Joint Development of AI in Industry Applications",
"Trends and Impacts of Co-evolution with AI"
]
},
{
"catalog": "Prospects",
"sub_catalog": [
"Possibilities and Directions for Future Development",
"Role and Value in the Digital Economy Era",
"Impact and Significance for Human Social Development"
]
}
]
}
}