cURL
curl --request POST \ --url https://api.datalinks.com/api/v1/links/preview/{username}/{namespace}/{datasetName} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "data": [ { "name": "Braveheart", "year": "1995", "budget": "72000000", "director": "Mel Gibson" }, { "name": "Argo", "year": "2012", "budget": "44500000", "director": "Ben Affleck" } ], "link": { "ExactMatch": null, "GeoMatch": null } } '
[ { "destination": "ri.user.examples.actor.name", "hits": 6, "matchType": "ExactMatch", "origin": "ri.user.examples.movies.director" } ]
Show what recalculate would do
Use a Bearer token for authentication. Submit the token using the Authorization header: Authorization: Bearer <token>.
Authorization
Authorization: Bearer <token>
Namespace for the dataset.
Name of the dataset.
The username associated with the request.
Show child attributes
Success
"ri.user.examples.companies.other_addresses"
5
"ExactMatch"
"ri.user.examples.companies.nationalities"