Why there is Differences between Restful API and prompt page in generating articles

I am using prompt page. It create a greate result.

{“article_title”: “topic Name”,
“meta_description”: “description”,
“keywords”: “keywords”,
“article_content”: “content”}

when I try to do the same request using Restful API, all I got is
{“text”:“content”}