[Post] Search For Articles By Id Or Link

POST {{baseUrl}}/api/search_by_link

This endpoint allows you to search for articles. You can search for articles by id(s) or link(s).

Request Body

{"ids"=>"<string>", "links"=>"<string>", "page"=>"<integer>", "page_size"=>"<integer>"}

HEADERS

KeyDatatypeRequiredDescription
x-api-tokenstring(Required)
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;total_hits&quot;:&quot;\u003cinteger\u003e&quot;,&quot;page&quot;:&quot;\u003cinteger\u003e&quot;,&quot;total_pages&quot;:&quot;\u003cinteger\u003e&quot;,&quot;page_size&quot;:&quot;\u003cinteger\u003e&quot;,&quot;articles&quot;:[],&quot;user_input&quot;:{},&quot;status&quot;:&quot;ok&quot;}