order_backlink
Add backlink order(s) to your basket (no charge yet). Pick ONE content mode: (auto) send donor_ids + target_url + keyword and we write the article; (prompt) also send "recommendations" to steer the AI writer — fetch the editable base prompt with get_article_prompt first; (own) send target_url + "content" (+ optional "title","article_url") to publish your own ready HTML (requires own-content enabled). Then call publish_basket to pay from balance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Own mode: article title. | |
| content | No | Own mode: your ready HTML article body. Requires own-content enabled on the account. | |
| keyword | No | Anchor keyword. Required unless sending own content. | |
| language | No | Article language, e.g. en. Default en. | |
| donor_ids | Yes | Donor site IDs from list_donors. | |
| target_url | No | The page the backlink points to (your site). REQUIRED in every mode, including own content. | |
| article_url | No | Own mode: preferred slug/URL for the article. | |
| recommendations | No | Prompt mode: your guidance for the AI writer (tone, angle, must-mention points). |