For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
  • Overview
    • Introduction
    • Response Codes
  • API Reference
          • GETList seat threads
          • GETGet thread
          • PUTUpdate thread
          • DELDelete thread
          • POSTGenerate AI response (experimental)
LogoLogo
API ReferenceInboxLinkedinThreads

Generate AI response (experimental)

||View as Markdown|
POST
https://hublinks.io/rest/accounts/:account_id/seats/:seat_id/inbox/linkedin/threads/:thread_id/generate-ai-response
POST
/rest/accounts/:account_id/seats/:seat_id/inbox/linkedin/threads/:thread_id/generate-ai-response
$curl -X POST https://hublinks.io/rest/accounts/account_id/seats/seat_id/inbox/linkedin/threads/thread_id/generate-ai-response \
> -H "X-API-KEY: <apiKey>" \
> -H "Content-Type: application/json" \
> -d '{
> "tone": "professional",
> "seat_id": "{{seat_id}}",
> "thread_id": "{{thread_id}}",
> "max_length": 300
>}'
200Successful
1{}

Generate an AI-suggested reply for a Linkedin thread. Experimental - response quality depends on thread context.

Was this page helpful?
Previous

Delete thread

Next

Get thread messages

Built with

Authentication

X-API-KEYstring
API Key authentication via header

Path parameters

account_idstringRequired
seat_idstringRequired
thread_idstringRequired

Request

This endpoint expects an object.
tonestringRequired
seat_idstringRequired
thread_idstringRequired
max_lengthintegerRequired

Response

Successful response