Newsroom API Documentation
Everything you need to integrate pr.co into your website or app.

Retrieve a specific sound for a pressroom

Supported Formats

json

Errors

Code Description
404 Missing

Examples

GET /v1/pressrooms/1010/sounds/1.json
200
{
  "data": {
    "title": "Sound from mars",
    "url": "https://d3gvv7thuwd750.cloudfront.net/1010/sounds/1-sound_from_mars.mp3",
    "id": 1,
    "permalink": "/sounds/1",
    "content_type": "mp3",
    "file_size": 80643,
    "type": "sound"
  }
}

Params

Param name Description
pressroom_id
required

Pressroom id or pressroom domain

Validations:

  • Must be a String

id
required

Sound id

Validations:

  • Must be a String