curl https://api.raily.ai/v1/content/cnt_abc123xyz?expand=policy \ -H "Authorization: Bearer raily_sk_xxxxx"
{ "id": "cnt_abc123xyz", "object": "content", "externalId": "article-123", "title": "Introduction to AI", "type": "article", "source": "https://example.com/articles/ai-intro", "policyId": "pol_premium", "policy": { "id": "pol_premium", "name": "Premium Content Policy", "rules": [ { "action": "allow", "conditions": { "hasValidLicense": true } } ] }, "metadata": { "author": "Jane Smith", "category": "Technology", "publishedAt": "2024-01-15", "wordCount": 2500 }, "status": "active", "stats": { "totalRequests": 1247, "allowedRequests": 1102, "deniedRequests": 145 }, "created": "2024-01-15T10:30:00Z", "updated": "2024-01-16T14:22:00Z" }
Retrieve a single content item by ID
cnt_abc123
policy
content
article
report
image
dataset
video
active
archived
Show child attributes