cURL
curl --request GET \ --url https://searchlysis.com/api/v1/analyses \ --header 'x-api-key: <api-key>'
{ "createdAt": "<string>", "updatedAt": "<string>", "analysisId": "<string>", "analysis": { "title": "<string>", "url": "<string>", "id": "<string>", "text": "<string>", "publishedDate": "<string>", "author": "<string>", "score": 123, "image": "<string>", "favicon": "<string>", "extras": { "imageLinks": [ "<string>" ] } }, "textContent": "<string>", "jsonContent": {}, "metadata": {} }
Successful operation
Show child attributes
The full content text of the search result.
The full text of the generated content.
The json object of the generated content.
User defined key-value pair where the key is a string, and the value can be a string, number, boolean, or null