Skip to main content
GET
/
v1
/
resources
/
{resource}
/
{id}
Fetch a single resource
curl --request GET \
  --url https://sync.ablo.app/v1/resources/{resource}/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {},
  "stamp": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.abloatai.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Path Parameters

resource
string
required

Model name.

id
string
required

Response

Resource

data
object
stamp
integer

Current sync watermark for this resource.