Search

Endpoint

https://api.axv.ai/api/embed/search

Request Parameters

Parameter
Type
Description

query

string

The search query.

Request Example

{
  "query": "bird"
}

Response Example

[
  {
    "_id": "648a936871eeed4037a6bc7b",
    "file_url": "https://storage.googleapis.com/download/storage/v1/b/fussydata/o/98e290a30a2671a0b370d86bf9fd5af3.png?generation=1686803303573612&alt=media",
    "meta_data": "",
    "headclip_id": "648a922f71eeed4037a6b8e2",
    "media_type": "image",
    "startTime": "00:02:10",
    "endTime": "00:02:12",
    "video_duration": "2",
    "createdAt": "2023-06-15T04:23:11.286Z"
  },
  {
    "_id": "64846247768b6124b72f3d13",
    "file_url": "https://storage.googleapis.com/download/storage/v1/b/fussydata/o/2b393e83bcf01172d0c16857c8dbe3cf.jpg?generation=1686397510546680&alt=media",
    "meta_data": "",
    "headclip_id": "44697b25-b024-4b3b-8a21-c2520f081a9b",
    "media_type": "visual",
    "video_duration": null,
    "createdAt": "2023-06-10T11:45:11.717Z"
  }
]

Response Fields

Field
Type
Description

_id

string

Unique identifier of the media file.

file_url

string

The URL of the media file.

meta_data

string

Additional metadata related to the media file.

headclip_id

string

Identifier of the headclip associated with the media file.

media_type

string

Type of media (e.g., image, video, audio).

startTime

string

Start time of the media file (applicable for videos).

endTime

string

End time of the media file (applicable for videos).

video_duration

string

Duration of the video file (if applicable).

createdAt

string

Date and time when the media file was created.

Last updated