SEO passthrough (POST)
Generic POST passthrough to a DataForSEO sub-product endpoint, covering the namespaced create operations across serp, keywordsData, aiOptimization, backlinks, onPage, contentAnalysis, domainAnalytics, businessData, and dataforseoLabs (e.g. serp/google/organic/searches, backlinks/summary, dataforseo-labs/google/keyword-ideas, on-page/site-audits, content-analysis/search, business-data/business-listings/search). The SDK exposes this as client.seo.post(path, body) / client.seo.request(...). Body and result are the documented DataForSEO request/result envelopes (camelCased on the wire). Requires scope data:seo:read.
Authorizations
Voyant Data API token, scoped per sub-product (data:{product}:read). Sent as Authorization: Bearer <token>.
Path Parameters
DataForSEO sub-product path (e.g. serp/google/organic/searches, backlinks/summary, on-page/site-audits, dataforseo-labs/google/keyword-ideas, business-data/google/my-business-info). Slashes are allowed.
Body
Provider passthrough record (camelCased on the wire). Kept open so provider-side field additions do not break clients.
Response
Passthrough result
Provider passthrough record (camelCased on the wire). Kept open so provider-side field additions do not break clients.