Skip to main content
GET
/
api
/
v0
/
machines
/
templates
List machine templates
curl --request GET \
  --url https://api.factory.ai/api/v0/machines/templates \
  --header 'X-API-Key: <api-key>'
{
  "templates": [
    {
      "id": "<string>",
      "createdAt": 123
    }
  ],
  "pagination": {
    "hasMore": true,
    "nextCursor": "<string>",
    "total": 123
  }
}

Authorizations

X-API-Key
string
header
required

Factory API key for authentication

Query Parameters

limit
string

Maximum number of items to return (1-100)

cursor
string

Cursor for pagination

Response

Response for status 200

templates
object[]
required
pagination
object
required