The following examples show how to interact with the TrademarkVision API. These examples use AJAX requests to the API endpoints. You will need your TrademarkVision username and password to run these examples.
Refer to our API documentation for more information.
This example calls the API login and returns a token and user id. You should login with your TrademarkVision account before testing the examples in this page.
Request:
...
Response:
...
This example shows how to run searches using the API. Select which fields you would like to include in the data and which filters you would like to apply to the results to see how they affect the search.
Request:
...
Response:
...
Note: this response has been shortened for display. If you wish to inspect the full response object, you can find it in the browser's console.
This examples shows how to use our image segmentation API
Request:
...
Response:
...