Skip to main content
POST
Search IP Assets
Search is done by vectorizing the title and description of the IP metadata using the IPA metadata standard.

Authorizations

X-Api-Key
string
header
required

Body

application/json
query
string
required

The search query string

Required string length: 1 - 1000
Example:

"dragon NFT"

mediaType
enum<string>

Optional media type filter - must be 'audio', 'video', or 'image'. Leave empty to search all media types

Available options:
audio,
video,
image
Example:

"image"

pagination
object

Pagination configuration

Response

OK

data
object[] | null
required

List of IP asset search results

total
integer<int64>
required

Total number of search results found

$schema
string<uri>
read-only

A URL to the JSON Schema for this object.

Example:

"https://api.storyapis.com/api/v4/SearchResponseBodyHuma.json"

pagination
object

Pagination information