cURL
curl --request GET \ --url https://api.example.com/content/collection/{contentIDs}
{ "content": {} }
Returns a map of requested content IDs to post objects (or null if not accessible).
Documentation IndexFetch the complete documentation index at: https://docs.ziik.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.ziik.io/llms.txt
Use this file to discover all available pages before exploring further.
Comma-separated list of content IDs
"1,2,3"
A collection of posts by ID
Map of content IDs to post objects or null
Show child attributes