---
title: "Add collection articles"
method: POST
path: "/account/collections/{collection_id}/articles"
tags: ["collections"]
---

# Add collection articles

`POST /account/collections/{collection_id}/articles`

Associate new articles with the collection. This will add new articles to the list of already associated articles

## Path parameters

- `collection_id` integer, required

## Request body

- ArticlesCreator
  - `articles` integer[], required — List of article ids

## Response `201`

Reset Content

- Location
  - `location` string, url, required — Url for item

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `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)
