The LinkedIn Marketing API requires partner program approval, complex URN-based content schemas, and strict OAuth 2.0 scopes. RelayAPI handles OAuth, rate limits, media hosting, and API changes.
No credit card required · Free plan available
const res = await fetch("https:">//api.relayapi.dev/v1/posts", {
method: "POST",
headers: {
Authorization: "Bearer rlay_live_xxxx",
"Content-Type": "application/json",
},
body: JSON.stringify({
content: "Check out our latest update!",
platforms: ["linkedin"],
media: ["https:">//cdn.example.com/image.jpg"],
}),
});Authorize your LinkedIn account via OAuth in about 30 seconds.
Use the REST API or our SDKs to publish content from your stack.
RelayAPI manages publishing, rate limits, and delivery notifications.
Publish LinkedIn posts with a single API call. No URN construction, no asset registration, no nested JSON schemas. Just send your content and go.
RelayAPI uses the official LinkedIn Marketing API. Your posts appear natively in feeds with full analytics, while we handle partner program compliance and token lifecycle.
LinkedIn's multi-step media upload process (register, upload, attach) is reduced to a single request. Support for images, videos, documents, and multi-image posts out of the box.
No. RelayAPI handles the Marketing API access and partner program requirements. You connect your LinkedIn account through our OAuth flow and can start publishing immediately.
RelayAPI supports text posts, single images, multi-image posts, native videos, document sharing (PDFs), articles, and polls. All through one unified endpoint.
Yes. You can publish to both personal profiles and Company Pages you administer. Specify the target in your request and RelayAPI handles the different URN formats and permission scopes.
LinkedIn access tokens expire after 60 days. RelayAPI monitors token validity, uses refresh tokens where available, and notifies you proactively if re-authorization is needed -- before your publishing flow breaks.
Join developers who chose RelayAPI over wiring up LinkedIn Marketing API by hand.