Skip to main content
GET
/
publisher
/
{publisher_id}
/
static
/
robots.txt
robots.txt
curl --request GET \
  --url https://cds.thepublive.com/publisher/{publisher_id}/static/robots.txt/ \
  --header 'Authorization: Basic <encoded-value>'
{
  "status": "ok",
  "data": {
    "content": "User-agent: *\nDisallow: /admin/\nAllow: /\nSitemap: https://www.example.com/sitemap/allcontent-sitemap.xml"
  }
}
Returns the raw text content of the publisher’s robots.txt file, served from S3.
publisher_id
string
required
Your Publisher ID
{
  "status": "ok",
  "data": {
    "content": "User-agent: *\nDisallow: /admin/\nAllow: /\nSitemap: https://www.example.com/sitemap/allcontent-sitemap.xml"
  }
}
Last modified on May 29, 2026