The pr.co API is organized around REST. This is to make sure the API has predictable, resource-oriented URLs, and uses HTTP response codes to indicate any API errors. We support cross-origin resource sharing, allowing you to interact securely with our API from a client-side web application (though you should never expose your secret API key in any public website's client-side code). JSON is returned by all API responses, including errors, although our API librariesconvert responses to appropriate language-specific objects.
Please note that all API endpoints are read-only and only to be used for building custom solutions: an integration with your own site, a feed of latest news on your homepage or app, direct integrations with internal tools, etc. There is no open API for the creation or modification of content in pr.co, that is only available through pr.co’s management console.
Our documentation is only a mostly-automated overview of the endpoints and their supported parameters. If you have any questions or trouble integrating with the API you can contact regular pr.co support (hello@pr.co) and we will get back with you as soon as we can.
Resource | Description |
---|---|
GET /v1/pressrooms/:pressroom_id/clippings.json | |
GET /v1/pressrooms/:pressroom_id/clippings/:id.json |
Resource | Description |
---|---|
GET /v1/pressrooms/:pressroom_id/documents.json | |
GET /v1/pressrooms/:pressroom_id/documents/:id.json |
Resource | Description |
---|---|
GET /v1/pressrooms/:pressroom_id/images.json | |
GET /v1/pressrooms/:pressroom_id/images/:id.json |
Resource | Description |
---|---|
GET /v1/pressrooms/:pressroom_id/media_kits.json | |
GET /v1/pressrooms/:pressroom_id/media_kits/:id.json |
Resource | Description |
---|---|
GET /v1/pressrooms/:pressroom_id/pr_contacts/:id.json | |
GET /v1/pressrooms/:pressroom_id/pr_contacts.json |
Resource | Description |
---|---|
GET /v1/pressrooms/:pressroom_id/press_releases.json | |
GET /v1/pressrooms/:pressroom_id/press_releases/:id.json |
Resource | Description |
---|---|
GET /v1/pressrooms/:id.json | |
GET /v1/pressrooms/:id/timeline.json | |
GET /v1/pressrooms/:id/search.json | |
GET /v1/pressrooms/:id/search_releases.json |
Resource | Description |
---|---|
GET /v1/pressrooms/:pressroom_id/sounds.json | |
GET /v1/pressrooms/:pressroom_id/sounds/:id.json |
Resource | Description |
---|---|
GET /v1/pressrooms/:pressroom_id/tags.json |
Resource | Description |
---|---|
GET /v1/pressrooms/:pressroom_id/videos.json | |
GET /v1/pressrooms/:pressroom_id/videos/:id.json |