---
title: "Create private link"
method: POST
path: "/account/articles/{article_id}/private_links"
tags: ["articles"]
---

# Create private link

`POST /account/articles/{article_id}/private_links`

Create new private link for this article

## Path parameters

- `article_id` integer, required

## Request body

- PrivateLinkCreator
  - `expires_date` string — Date when this private link should expire - optional. By default private links expire in 365 days.

## Response `201`

Created

- PrivateLinkResponse
  - `location` string, url, required — Url for private link
  - `html_location` string, url, required — HTML url for private link
  - `token` string, required — Token for private link

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

[API](https://skmtc.net/figshare/apis/figshare-api.md) · [All operations](https://skmtc.net/figshare/apis/figshare-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/figshare/figshare-api/versions/9dfb419f4430/schema)
