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

Retrieve a specific media kit (previously called presskit)

Supported Formats

json

Errors

Code Description
404 Missing

Examples

GET /v1/pressrooms/1004/media_kits/1.json
200
{
  "data": {
    "id": 1,
    "media": [
      {
        "title": "Facebook logo",
        "sizes": {
          "medium": {
            "width": "400",
            "height": "300",
            "url": "https://d3gvv7thuwd750.cloudfront.net/1004/images/2-facebook-logo-medium.jpg"
          },
          "original": {
            "width": "1024",
            "height": "768",
            "url": "https://d3gvv7thuwd750.cloudfront.net/1004/images/2-facebook-logo-original.jpg"
          },
          "large": {
            "width": "1000",
            "height": "750",
            "url": "https://d3gvv7thuwd750.cloudfront.net/1004/images/2-facebook-logo-large.jpg"
          },
          "square": {
            "width": "300",
            "height": "300",
            "url": "https://d3gvv7thuwd750.cloudfront.net/1004/images/2-facebook-logo-square.jpg"
          }
        },
        "pressroom_id": 1004,
        "id": 2,
        "permalink": "/images/2",
        "type": "image",
        "content_type": "jpeg",
        "transparent": false
      }
    ],
    "title": "Example media kit",
    "description_title": null,
    "description": null,
    "category_id": null
  }
}

Params

Param name Description
pressroom_id
required

Pressroom id or pressroom domain

Validations:

  • Must be a String

id
required

Media Kit ID

Validations:

  • Must be a String