Getting Started Guides

Four common use-cases to get you moving. Each example is available as a REST API call, a CLI command, and a TypeScript SDK snippet, so pick the interface that fits your context.

Before you start. Every example on this page needs two things: an API key, and a connected LinkedIn account whose acc_... id you substitute for acc_YOUR_ACCOUNT_ID. If you have not connected one yet, start with Authentication & Accounts. Read your ids with GET /v1/accounts (the one call on this page that needs no account) or curviate account list. Skip this and every call below returns 404 ACCOUNT_NOT_FOUND.

Almost every Curviate path is account-scoped: account_id is a path segment, right after /v1/. A call that omits it does not fall back to a default account, it misses the route entirely and returns 404 RESOURCE_NOT_FOUND, which looks like a bad chat or user id. If you see RESOURCE_NOT_FOUND, check the path shape before you check your ids.

For the full API surface, see the interactive API reference or the OpenAPI spec.


Send a message

Send a message into an existing chat thread. You need the chat_id of the thread; retrieve it from the inbox (GET /v1/{account_id}/chats or curviate inbox list).

curl -X POST https://api.curviate.com/v1/acc_YOUR_ACCOUNT_ID/chats/chat_YOUR_CHAT_ID/messages \
  -H "Authorization: Bearer cvt_live_..." \
  -H "Content-Type: application/json" \
  -d '{"text": "Hi! Following up on your message."}'

Get a person's profile

Retrieve a LinkedIn member's profile by public identifier, URL, or member ID. The userId is the slug after linkedin.com/in/, for example williamhgates (or the sentinel "me" for the connected account's own profile). account_id is a path segment, not a query param.

curl "https://api.curviate.com/v1/acc_YOUR_ACCOUNT_ID/users/williamhgates" \
  -H "Authorization: Bearer cvt_live_..."

Key response fields: first_name, last_name, description (the profile headline; the field is not called headline), profile_url, public_identifier.


List new connections

After sending connection requests, call listRelations to see which requests were recently accepted. Each connection item includes a created_at timestamp (ISO-8601) indicating when the connection was established; filter by this field to find new accepts.

# List your 1st-degree connections, sorted by recency
curl "https://api.curviate.com/v1/acc_YOUR_ACCOUNT_ID/profiles/relations?limit=20" \
  -H "Authorization: Bearer cvt_live_..."

Reply as a company page

If your account manages a company page (Beta), you can reply to a message that came in on the page, not just as yourself. Discover the page's inbox, read one of its chat ids, then send into that chat id with the same send-message call you already use. No separate parameter switches identity: the chat id alone decides it, and the response's sent_as field confirms which identity actually sent it. Company pages are reply-only. They can answer an existing conversation but cannot start a new one.

# 1. Discover the company inbox
curl "https://api.curviate.com/v1/acc_YOUR_ACCOUNT_ID/inboxes?kind=company" \
  -H "Authorization: Bearer cvt_live_..."
 
# 2. Read its conversations (use the inbox id from step 1, e.g. COMPANY_83734124_PRIMARY)
curl "https://api.curviate.com/v1/acc_YOUR_ACCOUNT_ID/inboxes/COMPANY_83734124_PRIMARY/chats" \
  -H "Authorization: Bearer cvt_live_..."
 
# 3. Reply with the existing send-message endpoint, using that chat id
curl -X POST https://api.curviate.com/v1/acc_YOUR_ACCOUNT_ID/chats/COMPANY_83734124_2-YTQ3ODU3Njgt/messages \
  -H "Authorization: Bearer cvt_live_..." \
  -H "Content-Type: application/json" \
  -d '{"text": "Thanks for reaching out!"}'

The same chat id space works for personal conversations too: a CLASSIC_ chat id sends as the connected member and echoes sent_as: { kind: "personal" }. Never infer the acting identity from a message's sender field, only from sent_as.

COMPANY · LEGAL

Privacy Policy

Redmer Holding GmbHLast updated August 4, 2026

Who we are

Curviate is operated by Redmer Holding GmbH ("Curviate", "we", "us"), a German GmbH registered at Amtsgericht Bonn, HRB 29957, registered address Hostertstraße 16, 53332 Bornheim, Germany. Full company details are on our Imprint. We haven't appointed a statutory Data Protection Officer, since our processing doesn't reach the scale or sensitivity that requires one. Privacy questions go to privacy@curviate.com.

The two roles we play

When you create an account and use Curviate, we process your own data (identity, billing, API keys, connector authorizations). For that data, we are the controller.

When you use Curviate to act on your own connected LinkedIn account, viewing profiles, sending messages, managing engagement, that content and those contacts belong to that account and its people. You are the controller of that data; we are the processor, acting only on your instructions, under a Data Processing Agreement available on request (see below). If one of your contacts has a question about being reached through Curviate, you're who they should contact first; email privacy@curviate.com if you need help routing it.

What we collect, and why

DataWhy
Account identity (name, email, sign-in method)Create and secure your account
Your LinkedIn credentialsOperate the actions you request
LinkedIn content returned by an API callFulfil that specific request, nothing more
API keys and connector (OAuth) authorizationsAuthenticate your API, CLI, MCP, or SDK requests
Billing detailsCharge you correctly and meet our tax obligations
Usage and security logsKeep the service reliable and abuse-free
Support messagesRespond to you
Website analytics, only if you opt inUnderstand how the site is used

We rely on our contract with you, our legitimate interest in running and securing the service, our legal obligations (tax law, for example), and, for analytics, your consent. We never sell your data or use it to train models.

Where it's processed, and who else touches it

Our infrastructure runs in the EU. Hosting: Railway. Database and auth: Supabase, Ireland. Email: Resend. Payments: Stripe. Network security: a DDoS-protection provider sits in front of our app and never sees or stores request content. LinkedIn connectivity: a third-party infrastructure provider that lets us execute LinkedIn actions on your behalf. Error tracking: Sentry, Frankfurt. Product analytics: PostHog, Frankfurt. Uptime monitoring: Better Stack.

We give the current, named list of every provider above to any customer who asks: security@curviate.com.

Data processing agreement

A data processing agreement under Article 28 of the GDPR is available to business customers on request. Email security@curviate.com and we will send you the current version.

Outside the EU

All customer LinkedIn data, account data, and telemetry are processed and stored exclusively in EU regions of our sub-processors. A few providers we rely on (Stripe and Sentry, for example) are headquartered outside the EU/EEA; where that applies, it's covered by their own GDPR safeguards, typically the EU Standard Contractual Clauses.

How long we keep it

DataRetention
Account and workspace dataWhile your account is active
Closed accountDeleted immediately and irreversibly; see Deleting your account below
LinkedIn credentialsUntil you disconnect that account
LinkedIn contentNot stored; any transient cache clears within 1 hour, never indexed, never used for training
API keysUntil you revoke or rotate them
Connector (OAuth) authorizationsAccess token ~1 hour; refresh token up to ~12 months, or until you revoke it, whichever comes first
Billing recordsAs required by German tax law, currently up to 10 years
LogsA short operational window; metadata only, never message content

The 12-month figure above is a server-side credential for a connected AI agent or app. It is not a cookie and doesn't touch your browser session; see Cookies below for that. You can see and revoke every connector from Authorized applications in your dashboard at any time.

Cookies

We keep cookies to a minimum, and ask before anything beyond the essentials runs.

Strictly necessary, no consent needed:

NamePurposeExpiry
cc_cookieRemembers your cookie choice12 months
curviate-themeRemembers light/dark mode (local storage, not a cookie)Persistent
sb-*-auth-tokenKeeps you signed inWhile active; cleared on sign-out

Analytics, only if you accept:

NamePurposeExpiry
_gaGoogle Analytics: distinguishes visitors2 years
_gidGoogle Analytics: distinguishes visitors24 hours
_ga_<container id>Google Analytics: persists session state2 years

No advertising cookies, ever. Accept and reject are equally easy, and you can change your mind any time via Cookie Preferences in the footer; we won't ask again for 12 months unless something material changes. Our LinkedIn connect flow and OAuth authorization screen never set anything beyond the essentials, so no banner appears there.

Connecting an AI agent or app

Curviate is built for AI agents and automated clients as much as for people. If you connect an app like Claude, or your own code, via an API key or an OAuth connector, it can act on your workspace within the access you gave it. What it does with anything it receives back, including what it sends to its own AI model, is between you and that provider; review its practices before connecting it. Review and revoke any connection any time from your dashboard.

Deleting your account

You can delete your account yourself, from Settings in your dashboard. It takes effect immediately and it cannot be undone. There is no grace period and nothing to restore afterwards, so export anything you want to keep before you start.

Deleting removes your sign-in identity, which frees your email address for reuse straight away, along with your profile, your workspace membership and settings, your API keys, and your seats. For any connected LinkedIn account, we instruct our infrastructure provider to delete it, and your access ends immediately. Records of the connection itself can remain in our systems; email privacy@curviate.com if you need those removed as well. LinkedIn content was never stored in the first place, so there is none of it to delete.

A few things are kept on purpose. We would rather name them than claim a clean sweep:

  • Billing records, for as long as German tax law requires. They hold plan, seat count, amount, and payment references; no name, no email, no LinkedIn data.
  • A record that the deletion happened, so we can show you or a regulator that we did it.
  • A security log of which requests were made, kept for 90 days and then removed automatically. It records that a request happened, never what was in it.
  • A one-way fingerprint, if you used a free trial, that lets us recognise a repeat trial. It holds no readable identifier and cannot be read back into your name, your email, or your LinkedIn profile.

Internal workspace identifiers can also remain in operational records such as queue entries and rate-limit counters. Those carry no name, no email, and no content. If you want to know exactly what is left for your own account, ask us at privacy@curviate.com.

Your rights

You can access, correct, delete, restrict, or object to your data, port it elsewhere, and withdraw consent at any time: email privacy@curviate.com. A copy of your data in a machine-readable format is available on request. We don't make automated decisions about you that have a legal or similarly significant effect. You can also complain to a supervisory authority; ours is the Landesbeauftragte für Datenschutz und Informationsfreiheit Nordrhein-Westfalen (LDI NRW), www.ldi.nrw.de, though you're free to complain to the one in your own country instead.

Keeping it secure

Credentials are encrypted and never logged, returned, or shared. LinkedIn actions run through native, humanized flows; full detail is on our Security & Compliance page. If a breach puts your rights at risk, we'll notify the authorities and you, as GDPR requires. Curviate isn't directed at, or offered to, anyone under 16.

Changes

We'll update this page when our practices change, and reset the cookie prompt if the change is material.

Contact