---
title: "Create Connect Url"
method: POST
path: "/api/social-accounts/connect"
tags: ["social-accounts"]
---

# Create Connect Url

`POST /api/social-accounts/connect`

Create an OAuth URL for the user to link a new social account.

Can be called any number of times per platform — each completed OAuth
flow adds another account for this user.

## Request body

- CreateConnectUrlRequest
  - `platform` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/latted/apis/motion-graphics-designer-api.md) · [All operations](https://skmtc.dev/latted/apis/motion-graphics-designer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/latted/motion-graphics-designer-api/revisions/36d149b525df/schema)
