Skip to main content
POST
/
service-of-notice
/
attachments
/
create
Make an attachment image from a web page
curl --request POST \
  --url https://cases.platform.arb.inc/service-of-notice/attachments/create \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "mailType": "sealedMailer",
  "url": "https://example.com/notice/12345"
}
'
"(binary PNG content)"

Authorizations

Authorization
string
header
required

access token

Body

application/json
mailType
string
required

The mail type to size the screenshot for.

Example:

"sealedMailer"

url
string<uri>
required

The web page to capture.

Example:

"https://example.com/notice/12345"

Response

PNG image created successfully.

The response is of type file.