AWorld APIs are in a pre-alpha stage and are being updated frequently. For integration inquiries or technical information, please contact us at server@aworld.org.
curl --location --request GET 'https://api.eu-west-1.aworld.cloud/app/v1/stories//translation' \
--header 'Authorization: Bearer <token>'
{
"storyId": "string",
"lang": "aa",
"title": "string",
"image": "http://example.com",
"slides": [
{
"background": "string",
"textColor": "string",
"boxColor": "string",
"contents": [
{
"type": "slide",
"text": "string",
"media": {
"type": "decor",
"url": "http://example.com"
}
}
]
}
],
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}