powered by
Starts a project website audit with the current audit settings. Uses default audit settings if no settings were changed.
sst_au_start(api_token, project_id = NULL)
Returns the ID of the audit report.
(required) Serpstat API token from your profile.
(required) ID of the project in Serpstat.
Check all the values for request and response fields here.
1 audit credit for each checked page.
if (FALSE) { api_token <- Sys.getenv('SERPSTAT_API_TOKEN') sst_au_start( api_token = api_token, project_id = 12345 )$data$reportId }
Run the code above in your browser using DataLab