Snapshot API
Unofficial APIs
Getting Started
What is the Snapshot API?
content
Paging
Headers
Email messages have headers that provide metadata about the message itself. Most of this information is hidden from the person reading an email message. You can use some of this information to verify that the snapshot came from a Linden Lab server.
The following headers are available.
Parameter | Data type | Description |
X-Originating-IP | string | IP of simulator. [216.82.41.11] |
Subject | string | Subject of message |
Sender | string | email address of www-data account on simulator. "www-data" <www-data@sim8938.agni.lindenlab.com> |
From | string | Combination of address and name. Note: name is not always avatar name. |
Date | date | Date of snapshot in Pacific timezone. |
Details
The HTML content will contain details of the snapshot in a comment tag:
<!-- BEGIN POSTCARD DETAILS agent_id=c4822e40-f763-4eec-bba3-e4bf842a074a username="Dedric Mauriac" region_id=714a15be-8511-4842-a8c1-38c1f54f3c58 sim_name="Applewood" global_x=260282 global_y=235143 local_x=186 local_y=135 local_z=56 END POSTCARD DETAILS -->
Body
The body of the post card itself is identified with comments as well.
<!-- BEGIN POSTCARD BODY --> test message <!-- END POSTCARD BODY -->
Snapshot
The snapshot is a JPEG image. Postcards have two images, including a logo. The snapshot file name is always called "secondlife-postcard.jpg".