Order backlinks
create_orderUse this only when the user has selected placements and wants to place a backlink order. This can spend the account's prepaid balance immediately. Place an order for 1 to 20 backlinks across catalog sites. Each item can request a new dedicated article or an existing-article insertion, 0/1/3/5 tier-2 links, and an optional project tag, alongside target URL, anchor and brief. Use list_site_articles first to obtain article_id for an insertion. The better of the optional promo and welcome offer is applied, then prepaid credit. Full credit settles immediately; partial credit is held and Stripe charges only the remainder through a payment_url that a human has to open and pay before anything is fulfilled; surface that link and the total to your user and never imply the purchase is complete. Call check_balance first if you want to know which way it will go. A card is never charged without a human completing the checkout. Requires a Nautilinks API key with the 'order' scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | 1 to 20 line items, one per backlink to purchase. | |
| promo_code | No | Optional promotion or affiliate code. The API automatically compares it with the welcome offer and applies the better discount. | |
| idempotency_key | No | Stable retry key. Reuse it after a timeout to get the same quote/session; a different body with the same key is rejected. | |
| sandbox_credit_cents | No | Sandbox keys only: simulated prepaid balance, in cents, for testing full-credit, mixed, and card-only outcomes. |