Skip to main content
GET
/
images
List Images
curl --request GET \
  --url https://backend.overtenai.com/api/v1/images
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Query Parameters

limit
integer
default:20
Required range: 1 <= x <= 100
cursor
string | null
tag
string | null

Response

Successful Response