POST

Inspect Urls


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Runs Google URL inspection on the given site pages.

Inspection starts synchronously and the response contains the results of the first chunk of pages. When the first chunk covered every requested page, the status is already COMPLETE and no polling is needed. When pages remain, the status is ONGOING and Wix keeps inspecting them server-side. Poll Get Inspection until the status is COMPLETE or ERROR.

Each page inspection consumes Google URL-inspection quota for the connected account. Inspection stops early when that quota runs out, so check remaining_page_count to see whether any pages were left uninspected.

Google allows up to 2,000 page inspections a day per property. Sites with more pages than that can't be inspected through this method and fail with FAILED_PRECONDITION (SITE_EXCEEDS_INSPECTION_LIMIT). Inspect single pages manually in Google Search Console instead.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage SEO Settings
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/gsc/connection/v1/inspect-urls

Errors
428Failed Precondition

There are 2 errors with this status code.

429Resource Exhausted

There is 1 error with this status code.

503Unavailable

There is 1 error with this status code.

This method may also return standard errors. Learn more about standard Wix errors.

Did this help?