curl --request POST \
--url https://api.anysite.io/api/ai_based/universetoday/article_content \
--header 'Content-Type: application/json' \
--data '
{
"article_path": "<string>",
"timeout": 300
}
'{
"title": "<unknown>",
"content": "<unknown>",
"author": "<unknown>",
"category": "<unknown>",
"featured_image": "<unknown>",
"image_caption": "<unknown>"
}Get full content of a Universe Today article by URL path
curl --request POST \
--url https://api.anysite.io/api/ai_based/universetoday/article_content \
--header 'Content-Type: application/json' \
--data '
{
"article_path": "<string>",
"timeout": 300
}
'{
"title": "<unknown>",
"content": "<unknown>",
"author": "<unknown>",
"category": "<unknown>",
"featured_image": "<unknown>",
"image_caption": "<unknown>"
}