Request Body Example
URL Encoding Requirement
Notice: Always encode URLs when using Pagecall’s APIs. Unencoded URLs may lead to errors, for which Pagecall is not liable.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
room id
Response
Successful operation
Created pages
Example:
[
{
"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"
}
]
}
]