Substy Developers
A P I essentials

Search Substy documentation

GET/v1/agencies/{agencyId}/documentation/search

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

agencyId*string
Length1 <= length

Query Parameters

query*string
Length1 <= length <= 300
limit?integer
Range1 <= value <= 5
Default3

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/agencies/string/documentation/search?query=string" \  -H "Authorization: Bearer YOUR_API_KEY"
{  "data": {    "articles": [      {        "title": "string",        "snippet": "string",        "url": "http://example.com"      }    ]  },  "meta": {    "requestId": "string"  }}