Skip to content

Queue a formatted answer regeneration for a Quora reply opportunity​

POST
/product/sites/{siteId}/social-signals/{signalId}/quora-answer/regenerate

Returns immediately after persisting the regeneration job. Completion or failure is delivered through the social:signal:updated Socket.IO event. Existing answer and score remain unchanged if generation fails.

Authorizations​

BearerAuth

JWT token from login

Type
HTTP (bearer)
or
AccessToken

Personal access token. Value: Token <your-token>

Type
API Key (header: Authorization)

Parameters​

Path Parameters

siteId*
Type
string
Required
signalId*
Type
string
Required

Responses​

Regeneration queued or already running

application/json
JSON
{
  
"accepted": true,
  
"already_queued": true,
  
"job_id": "string",
  
"signal": "string"
}

Playground​

Authorization
Variables
Key
Value

Samples​

Powered by VitePress OpenAPI