Create new pages in a meeting room (Bulk API)
Currently, You cannot try this API on the docs.Documentation Index
Fetch the complete documentation index at: https://docs.pagecall.com/llms.txt
Use this file to discover all available pages before exploring further.
Notice: Always encode URLs when using Pagecall’s APIs. Unencoded URLs may lead to errors, for which Pagecall is not liable.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
room id
Successful operation
Created pages
[
{
"id": "000585f36eed9e8fb6b655b4",
"entities": [
{
"type": "Image",
"src": "https://picsum.photos/id/237/536/354"
}
]
},
{
"id": "000585f36eed9e8fb6b655b5",
"entities": [
{
"type": "Image",
"src": "https://picsum.photos/id/237/536/354"
},
{
"type": "Image",
"src": "https://picsum.photos/id/237/536/354"
}
]
}
]