get_content_submission_quota¶
Check the remaining daily and monthly quota for submit_content.
Parameters¶
| Name | Type | Required | Description |
|---|---|---|---|
site_url |
string | Yes | The URL of the site |
Response¶
{
"siteUrl": "https://www.example.com/",
"dailyQuota": 10,
"monthlyQuota": 300,
"queriedAt": "2026-02-21T19:00:00Z"
}
Example Prompts¶
"How much Content Submission API quota do I have left today?"
Notes¶
- This is a separate quota from
get_url_submission_quota-- it applies specifically tosubmit_content.