# Create an OAuth connect link with the PostEverywhere API **Source:** https://posteverywhere.ai/docs/api/create-connect-link --- [🤖Connect ChatGPT, Claude or any AI agent to manage your social media end to endConnect your AI agent to manage your social media](https://posteverywhere.ai/agents)POST/accounts/connect-link # Create an OAuth connect link with the PostEverywhere API Returns a short-lived (10 minute) authorization URL for connecting a NEW account on an OAuth platform: `x`, `instagram`, `facebook`, `youtube`, `pinterest`, `threads`, `linkedin`, `tiktok`. Hand the URL to the account owner; they approve in any browser (logged in to PostEverywhere or not, identity is carried in the signed state), and the account lands in this organization. Poll `GET /accounts` until it appears. For `telegram`, `discord`, `bluesky` use `POST /accounts/connect-credential` instead, no browser needed. Guides: [Connecting accounts guide](https://posteverywhere.ai/docs/connecting-accounts) · [Account health guide](https://posteverywhere.ai/docs/account-health) Copy MarkdownCopy for LLMThis endpoint accepts a JSON request body. See the [accounts guide](https://posteverywhere.ai/docs/connecting-accounts) for a worked example. ## Responses - 200Connect link minted - 400 - 401 - 402 - 403 - 429 - 500 ## More in Accounts - [List accounts](https://posteverywhere.ai/docs/api/list-accounts) - [Get an account](https://posteverywhere.ai/docs/api/get-account) - [Account health](https://posteverywhere.ai/docs/api/get-account-health) - [Connect with credentials](https://posteverywhere.ai/docs/api/connect-credential-account) - [Reconnect an account](https://posteverywhere.ai/docs/api/create-reconnect-link) [← Account health](https://posteverywhere.ai/docs/api/get-account-health)[Connect with credentials →](https://posteverywhere.ai/docs/api/connect-credential-account)[← All endpoints](https://posteverywhere.ai/docs/api/reference)