Skip to main content
GET
/
search
Search interactions
curl --request GET \
  --url https://api.social-api.ai/v1/search \
  --header 'Authorization: <api-key>'
{
  "code": "account_not_found",
  "error": "account not found"
}

Authorizations

Authorization
string
header
required

Prefix your API key with "Bearer ". Example: Authorization: Bearer soc_live_...

Query Parameters

q
string

Search query

platform
string

Filter by platform

type
string

Filter by interaction type

Response

501 - application/json

Not yet implemented

code
string
Example:

"account_not_found"

error
string
Example:

"account not found"