---
title: "Add links"
method: POST
path: "/api/v2/song/{uuid}/sources/add"
tags: ["Song"]
---

# Add links

`POST /api/v2/song/{uuid}/sources/add`

## Path parameters

- `uuid` string, required

## Request body

- object
  - `urls` string[]

## Response `200`

An Song response

- SongResponse
  - `type` string
  - `object` Song
    - `uuid` string
    - `name` string
    - `isrc` Isrc
      - `value` string
      - `countryCode` string
      - `countryName` string
    - `creditName` string
    - `artists` ArtistLight[]
      - `uuid` string
      - `slug` string
      - `name` string
      - `appUrl` string
      - `imageUrl` string
    - `mainArtists` ArtistLight[]
      - `uuid` string
      - `slug` string
      - `name` string
      - `appUrl` string
      - `imageUrl` string
    - `releaseDate` string, date-time
    - `label` string
    - `copyright` string
    - `appUrl` string
    - `imageUrl` string
    - `duration` integer
    - `explicit` boolean
  - `errors` Error[]
    - `key` string — Error key
    - `code` integer — Error code
    - `message` string — Error message

## Other responses

- `400` — Invalid request
- `401` — You are not logged in
- `403` — This endpoint is not included in your current plan, reach out to help@soundcharts.com if you want access.
- `404` — Song not found
- `405` — Sandbox only. This operation is not allowed on sandbox environment

---

[API](https://skmtc.net/soundcharts/apis/soundcharts-api.md) · [All operations](https://skmtc.net/soundcharts/apis/soundcharts-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/soundcharts/soundcharts-api/revisions/3c3527dd7996/schema)
