Skip to main content
GET
/
v1
/
models
/
slidelayoutlayer
/
{id}
Read slidelayoutlayer
curl --request GET \
  --url https://api.abloatai.com/v1/models/slidelayoutlayer/{id} \
  --header 'Authorization: Bearer <token>'
{
  "object": "<string>",
  "model": "<string>",
  "id": "<string>",
  "data": {
    "layoutId": "<string>",
    "type": "<string>",
    "zIndex": 0,
    "visible": true,
    "locked": false,
    "position": {
      "x": 123,
      "y": 123,
      "width": 123,
      "height": 123,
      "rotation": 123
    },
    "id": "<string>",
    "style": null,
    "data": null,
    "imageFill": {
      "url": "<string>",
      "attachmentId": "<string>",
      "width": 123,
      "height": 123,
      "crop": {
        "x": 123,
        "y": 123,
        "zoom": 123
      },
      "srcRect": {
        "l": 123,
        "t": 123,
        "r": 123,
        "b": 123
      }
    },
    "contentJson": {
      "type": "<string>",
      "content": [
        "<unknown>"
      ]
    },
    "contentHtml": "<string>",
    "plainText": "<string>",
    "groupId": "<string>",
    "metadata": "<string>"
  },
  "stamp": 123,
  "claims": [
    {
      "id": "<string>",
      "actor": "<string>",
      "action": "<string>",
      "field": "<string>",
      "expiresAt": "2023-11-07T05:31:56Z",
      "target": {
        "resource": "<string>",
        "id": "<string>",
        "path": "<string>",
        "field": "<string>"
      }
    }
  ]
}

Authorizations

Authorization
string
header
required

API key (sk_live_…) or a scoped capability token. The same header carries both — the server discriminates by token shape.

Path Parameters

id
string
required

Record id.

Response

The slidelayoutlayer record.

object
string
Allowed value: "model"
model
string
Allowed value: "slidelayoutlayer"
id
string
data
object

A slidelayoutlayer record as returned by reads.

stamp
integer
claims
object[]