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' \
--header 'Authorization: Bearer <token>'
{
"items": [
{
"storyId": "string",
"legacyStoryId": "string",
"origin": "CATALOG",
"storyCatalogId": "string",
"syncWithCatalog": true,
"defaultLang": "aa",
"langs": [
"aa"
],
"defaultStoryLayoutId": "string",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"tags": [
{
"tagId": "string",
"priority": 0,
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}
],
"translation": {
"workspaceId": "stringstri",
"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"
}
}
]
}
],
"accountId": "stringstri",
"sourceRegion": "us-east-1",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
},
"quizzes": [
{
"quizId": "string",
"difficulty": "EASY",
"correctAnswer": "opt1",
"origin": "CATALOG",
"quizCatalogId": "string",
"syncWithCatalog": true,
"placement": "STANDALONE",
"storyId": "string",
"defaultLang": "aa",
"langs": [
"aa"
],
"accountId": "stringstri",
"workspaceId": "stringstri",
"sourceRegion": "us-east-1",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}
]
}
],
"nextToken": "eyJwayI6IndvcmtzcGFjZUlkI3pPR0JndVctQWoiLCJxdWl6SWQiOiItRktBdDZfbXM4M3RvSUZaLWVjeFQifQ=="
}