Skip to main content
GET
/
api
/
v1
/
assets
cURL
curl --request GET \
  --url http://localhost:3001/api/v1/assets \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "assets": [
    {
      "id": "<string>",
      "organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "assetType": "<string>",
      "filename": "<string>",
      "s3Key": "<string>",
      "contentType": "<string>",
      "size": 123,
      "url": "<string>",
      "createdAt": "<string>",
      "updatedAt": "<string>",
      "description": "<string>",
      "altText": "<string>",
      "tags": [
        "<string>"
      ],
      "width": 123,
      "height": 123,
      "websiteId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "website": {
        "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "name": "<string>"
      }
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://segmentflow.ai/docs/llms.txt

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

Authorizations

x-api-key
string
header
required

Unified API key for server-side SDK and API integrations

Response

Default Response

success
boolean
required
assets
object[]
required