curl --request GET \
--url https://www.citedy.com/api/agent/articles \
--header 'Authorization: Bearer <token>'{
"articles": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"title": "<string>",
"slug": "<string>",
"status": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"word_count": 123,
"published_at": "2023-11-07T05:31:56Z"
}
],
"total_articles": 123,
"limit": 123,
"offset": 123,
"credits_used": 123
}curl --request GET \
--url https://www.citedy.com/api/agent/articles \
--header 'Authorization: Bearer <token>'{
"articles": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"title": "<string>",
"slug": "<string>",
"status": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"word_count": 123,
"published_at": "2023-11-07T05:31:56Z"
}
],
"total_articles": 123,
"limit": 123,
"offset": 123,
"credits_used": 123
}Bearer citedy_agent_* key
1 <= x <= 100x >= 0