REST API

Order guaranteed press articles for any brand. One API call → published article with do-follow backlink.

Core Endpoint: Order Article

POST/v1/ordersGUARANTEED

Order a guaranteed press article for any brand. Each article is guaranteed to be published or your money back.

📰

Published Article

Article on DR30+ or DR50+ publication.

🔗

Do-Follow Backlink

SEO-valuable link to your website.

⏱️

~30 Day Delivery

Article published within approximately 30 days.

💰

90-Day Guarantee

Full refund if not delivered within 90 days.

Request

curl -X POST "https://api.pressbeat.io/v1/orders" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "plan": "standard",
    "website_url": "https://acme.com",
    "topic": "Product launch announcement",
    "country": "US"
  }'

Response

{
  "message": "Order created successfully",
  "order": {
    "id": 12345,
    "plan": "standard",
    "status": "pending",
    "website_url": "https://acme.com",
    "topic": "Product launch announcement",
    "price": 500,
    "created_at": "2025-01-25T12:00:00Z",
    "estimated_delivery": "30 days",
    "guarantee": "90-day money-back if not delivered"
  }
}

Parameters

planRequired. "standard" ($500, DR30+) or "premium" ($2,000, DR50+).
website_urlRequired. Website URL for the article.
topicOptional. Article topic or angle.
countryOptional. Target country for publication.

Pricing

Standard
$500/article
  • • DR30+ publication guaranteed
  • • Do-follow backlink included
  • • ~30 day delivery
  • • 90-day money-back guarantee
Premium
$2,000/article
  • • DR50+ publication guaranteed
  • • Do-follow backlink included
  • • ~30 day delivery
  • • 90-day money-back guarantee

Quick Start

Base URL

https://api.pressbeat.io

Check Pricing

curl -X GET "https://api.pressbeat.io/v1/orders/pricing"

Get Order Status

curl -X GET "https://api.pressbeat.io/v1/orders/12345" \
  -H "Authorization: Bearer YOUR_API_KEY"

Check Credit Balance

curl -X GET "https://api.pressbeat.io/v1/credits/balance" \
  -H "Authorization: Bearer YOUR_API_KEY"

Authentication

All API requests (except pricing) require authentication. Include your API key in the Authorization header:

Authorization: Bearer YOUR_API_KEY
🔑

Get Your API Key Instantly

Request an API key with a simple POST request. No signup required.

curl -X POST https://api.pressbeat.io/v1/api-keys/request \
  -H "Content-Type: application/json" \
  -d '{"email": "you@company.com", "phone": "+1234567890"}'

Your API key is returned immediately and sent to your email.

All Endpoints

POST
/v1/orders

Order a guaranteed press article ($500 standard or $2,000 premium)

Core
GET
/v1/orders/pricing

Get article pricing (standard and premium plans)

GET
/v1/orders

List all orders for your organization

Auth required
GET
/v1/orders/{id}

Get order details and delivery status

Auth required
GET
/v1/organizations

List all organizations for the authenticated user

Auth required
GET
/v1/credits/balance

Get your current credit balance

Auth required
POST
/v1/credits/checkout

Get a Stripe payment link to add credits

Auth required

Full API documentation: api.pressbeat.io/docs

Rate Limits

  • Standard: 100 requests per minute
  • Orders: 10 per hour

Need an API Key?

Contact us to get API access and start ordering guaranteed articles programmatically.