cURL
curl --request POST \ --url https://api.anysite.io/api/ai_based/universetoday/article_content \ --header 'Content-Type: application/json' \ --header 'access-token: <api-key>' \ --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
Price: 1 credit
API token from the dashboard
Max scrapping execution timeout (in seconds)
20 <= x <= 1500
Successful Response