Skip to main content
GET
/
semantic-search
cURL
curl --request GET \
  --url https://www.atom.com/api/marketplace/semantic-search
[
  {
    "name": "<string>",
    "tag": "<string>"
  }
]

Query Parameters

api_token
string
required

API Key to get the details.

user_id
integer
required

UserId of the API Token.

query
string
required

Natural language search query (e.g., 'tech startup names’, ‘healthcare companies’) Example: tech startup names

filters
string

Optional filters to apply to the search (JSON string)

page
integer

Page number for pagination (default: 1). Default value: 1. Example: 1

page_size
integer

Number of results per page (default: 20, max: 100). Default value: 20. Example: 20

Response

200 - application/json

Successful operation

name
string
required

Example Value

tag
string

Model