The LinkedIn Publish endpoint lets you post text content to a connected LinkedIn profile or page directly through the Dohoo API. Pass the connection ID for the LinkedIn account you want to post as and the text body of your post, and Dohoo publishes it on your behalf. This is ideal for automating thought leadership content, announcements, or scheduled updates.Documentation Index
Fetch the complete documentation index at: https://docs.dohoo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Request headers
| Header | Required | Description |
|---|---|---|
X-API-Key | ✅ | Your Dohoo API key |
Content-Type | ✅ | Must be application/json |
Request body
| Field | Type | Required | Description |
|---|---|---|---|
connectionId | string | ✅ | The ID of the LinkedIn connection to publish from |
text | string | ✅ | The text content of the LinkedIn post |
Example request
Example response
The LinkedIn API currently supports text posts only. Image and video publishing support is coming in a future update. Follow the Dohoo changelog to be notified when media support is available.