Skip to main content
GET
/
content
/
collection
/
{contentIDs}
Get multiple posts by ID
curl --request GET \
  --url https://api.example.com/content/collection/{contentIDs}
{
  "content": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.ziik.io/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

contentIDs
string
required

Comma-separated list of content IDs

Example:

"1,2,3"

Response

200 - application/json

A collection of posts by ID

content
object

Map of content IDs to post objects or null