Link Posts
Overview
Key Features
Platform Support
Network
Preview Elements
Notes
Step 1: Extract Link Metadata
Authorizations
AuthorizationstringRequired
API key authentication. Format: "Bearer-API YOUR_API_KEY"
Body
urlstringRequired
The URL to extract metadata from
Responses
200
Successful operation
application/json
401
Unauthorized
application/json
422
Unprocessable Entity - Invalid URL
application/json
post/posts/links
POST /api/v1/posts/links HTTP/1.1
Host: app.publer.com
Authorization: YOUR_API_KEY
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 14
"url='text'"{
"link": {
"title": "text",
"description": "text",
"url": "text",
"original_url": "text",
"images": [
"text"
],
"favicon": "text",
"provider_display": "text",
"type": "link"
}
}Step 2: Create or Schedule a Link Post
Parameters
Field
Type
Description
Workflow
Best Practices
Related Topics
Last updated
Was this helpful?

