Skip to main content
GET
/
v2
/
search
/
content
Search Through Text Content
curl --request GET \
  --url 'https://api.example.com/v2/search/content?api_key='
{
  "content_request_id": "<string>",
  "links": [
    {
      "title": "<string>",
      "description": "<string>",
      "page_url": "<string>",
      "type": "content_link",
      "image_url": "<string>",
      "highlights": [
        {
          "field": "<string>",
          "snippet": "<string>",
          "matched_tokens": [
            "<string>"
          ]
        }
      ]
    }
  ]
}

Documentation Index

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

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

This page does not apply to installs made in 2025 or later of the Depict Shopify apps

Authorizations

api_key
string
query
required

Query Parameters

tenant
string
required
market
string
required
locale
string | null
query
string | null
user_id
string | null
Minimum string length: 1
session_id
string | null
Minimum string length: 1
dsid
string | null
Minimum string length: 1

Response

Successful Response

content_request_id
string
required

List of links to content pages that match the search query.