REST API
Order guaranteed press articles for any brand. One API call → published article with do-follow backlink.
Core Endpoint: Order Article
/v1/ordersGUARANTEEDOrder 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
- • DR30+ publication guaranteed
- • Do-follow backlink included
- • ~30 day delivery
- • 90-day money-back guarantee
Premium
- • DR50+ publication guaranteed
- • Do-follow backlink included
- • ~30 day delivery
- • 90-day money-back guarantee
Quick Start
Base URL
https://api.pressbeat.ioCheck 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_KEYGet 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
/v1/ordersOrder a guaranteed press article ($500 standard or $2,000 premium)
/v1/orders/pricingGet article pricing (standard and premium plans)
/v1/ordersList all orders for your organization
/v1/orders/{id}Get order details and delivery status
/v1/organizationsList all organizations for the authenticated user
/v1/credits/balanceGet your current credit balance
/v1/credits/checkoutGet a Stripe payment link to add credits
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.