Back to Tools

LinkedIn

Social

LinkedIn API for professional networking. Post updates, manage company pages, and messaging.

Available Actions
postssharescompaniesmessages
Input Schema
{
  "type": "object",
  "required": [
    "author",
    "commentary"
  ],
  "properties": {
    "author": {
      "type": "string"
    },
    "commentary": {
      "type": "string"
    },
    "visibility": {
      "type": "string"
    }
  }
}
Output Schema
{
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "activity": {
      "type": "string"
    }
  }
}
Quick Start

API Endpoint

POST /api/execute/linkedin

cURL Example

curl -X POST \
  https://api.nulayers.com/execute/linkedin \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"action": "posts"}'
Integration

Get your API key from the dashboard to start using this tool in your AI applications.