Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Content search assets.
cURL
curl --request POST \ --url https://api.beyondwords.io/v1/projects/{project_id}/content/assets/search \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --data ' { "type": "image", "text": "Example text", "source": "gettyimages", "orientation": [ "horizontal", "vertical" ], "pagination": { "limit": 10 }, "order": { "by": "best_match" } } '
[ { "type": "image", "source": "gettyimages", "title": "Title 1", "created": "2022-01-02 23:59:59 UTC", "preview_url": "https://example.com/preview.jpg" }, { "type": "image", "source": "gettyimages", "title": "Title 2", "created": "2022-01-03 23:59:59 UTC", "preview_url": "https://example.com/preview.jpg" } ]
project_id
image
video
gettyimages
horizontal
vertical
square
Show child attributes
successful
Time at which the object was created (ISO 8601)
Was this page helpful?