POST
/
v3
/
insights
/
search
{
  "insights": [
    {
      "description": "<string>",
      "id": 123,
      "images": [
        {
          "id": 123,
          "is_main": true,
          "page_preview_thumb_path": "<string>",
          "page_thumb_path": "<string>",
          "thumb_path": "<string>"
        }
      ],
      "name": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Body

application/json
Filter Insights body
limit
integer
Example:

10

offset
integer
Example:

0

order
string
Example:

"asc or desc"

order_by
string
Example:

"name or published_at or created_at or updated_at or trending or popularity or id"

query
string
total
integer

Response

200
application/json
OK
insights
object[]