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

Authorizations

Authorization
string
header
required

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

Query Parameters

q
string

Search query

platform
string

Filter by platform

type
string

Filter by interaction type

Response

501 - application/json

Not yet implemented

error
object