[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
Key | Datatype | Required | Description |
---|---|---|---|
x-api-token | string | (Required) | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"total_hits":"\u003cinteger\u003e","page":"\u003cinteger\u003e","total_pages":"\u003cinteger\u003e","page_size":"\u003cinteger\u003e","articles":[],"user_input":{},"status":"ok"}