Skip to main content
POST
/
api
/
v1
/
campaigns
/
drafts
/
{draft_id}
/
rsas
/
generate-all
Start RSA generation for all ad groups (3 RSAs each)
curl --request POST \
  --url http://localhost:8000/api/v1/campaigns/drafts/{draft_id}/rsas/generate-all \
  --header 'Authorization: Bearer <token>'
{
  "rsas": [
    {
      "rsa_ids": [
        123
      ],
      "task_id": "<string>",
      "status": "in_progress"
    }
  ],
  "total_started": 123
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

draft_id
integer
required

Response

Successful Response

Response for batch RSA generation.

rsas
GenerateRSAStartResponseSchema · object[]
required
total_started
integer
required