English
Protocol API
cURL
curl --request POST \ --url https://api.storyapis.com/api/v4/search \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --data ' { "query": "<string>", "mediaType": "audio", "pagination": { "limit": 20, "offset": 0 } } '
{ "data": [ { "description": "<string>", "ipId": "<string>", "mediaType": "<string>", "score": 123, "similarity": 123, "title": "<string>" } ], "total": 123, "$schema": "<string>", "pagination": { "hasMore": true, "limit": 123, "offset": 123, "total": 123 } }
Perform vector search for IP assets based on query text and optional media type filter. This endpoint uses AI-powered search to find relevant assets by semantic similarity.
The search query string
1 - 1000
Optional media type filter - must be 'audio', 'video', or 'image'. Leave empty to search all media types
audio
video
image
Pagination configuration
Show child attributes
Number of items to return
1 <= x <= 200
Number of items to skip
x >= 0
OK
List of IP asset search results
Total number of search results found
A URL to the JSON Schema for this object.
Pagination information
Whether there are more items
Current limit
Current offset
Total count of items