Linkscore
Create Task
When requesting data from the API, a task is created. This is done because the requested data might not be ready right away.
A postback_url can be supplied to send a HTTP request with the data once it is ready.
POST/linkscore
Properties
| domain string |
required | The domain you want to process |
Request
Response
{
"domain": "morningscore.io",
}{
"status": "ok",
"task": {
"_id": "654b9409c24f8d5e79cdb18c",
"type": "linkscore",
"username": "admin",
"parameters": {
"domain": "morningscore.io",
},
"state": "processing",
"postback_url": "",
"created_at": "2023-11-08T13:58:33.139Z",
"__v": 0
}
}