Mock sample for your project: Use a [New Version](https://icons8.github.io/icons8-docs/) Instead API

Integrate with "Use a [New Version](https://icons8.github.io/icons8-docs/) Instead API" from icons8.com in no time with Mockoon's ready to use mock sample

Use a [New Version](https://icons8.github.io/icons8-docs/) Instead

icons8.com

Version: 1.0.0


Use this API in your project

Speed up your application development by using "Use a [New Version](https://icons8.github.io/icons8-docs/) Instead API" ready-to-use mock sample. Mocking this API will help you accelerate your development lifecycles and allow you to stop relying on an external API to get the job done. No more API keys to provision, accesses to configure or unplanned downtime, just work.
Enhance your development infrastructure by mocking third party APIs during integrating testing.

Description

Icons8 API
Icons8 API allows us to search and obtain our icons.
You're welcome to use our icons to extend the functionality of your web and mobile applications, website templates, and even tattoos.
Tattoos
Usage Examples
Some examples of what you can do with our icons:
Template customization. This way, Canva uses our icons to customize their layouts.
Graphics and text editors. Gravit allows to insert our icons into the mockups.
Any application with customization. TimeTune uses our icons to customize the activities.
Getting Started
To get started, please contact us to obtain an API key.
Pricing
Our API license starts at $100/month.

Other APIs in the same category

Security Command Center API

Security Command Center API provides access to temporal views of assets and findings within an organization.

Cloud Dataproc API

Manages Hadoop-based clusters and jobs on Google Cloud Platform.

Cloud Channel API

The Cloud Channel API enables Google Cloud partners to have a single unified resale platform and APIs across all of Google Cloud including GCP, Workspace, Maps and Chrome.

Ad Exchange Buyer API

Accesses your bidding-account information, submits creatives for validation, finds available direct deals, and retrieves performance reports.

My Business Business Information API

The My Business Business Information API provides an interface for managing business information on Google.

Identity and Access Management (IAM) API

Manages identity and access control for Google Cloud Platform resources, including the creation of service accounts, which you can use to authenticate to Google and make API calls.

Proximity Beacon API

Registers, manages, indexes, and searches beacons.

Retail API

Cloud Retail service enables customers to build end-to-end personalized recommendation systems without requiring a high level of expertise in machine learning, recommendation system, or Google Cloud.

Compute Engine API

Creates and runs virtual machines on Google Cloud Platform.

Policy Simulator API

Policy Simulator is a collection of endpoints for creating, running, and viewing a Replay. A Replay is a type of simulation that lets you see how your members' access to resources might change if you changed your IAM policy. During a Replay, Policy Simulator re-evaluates, or replays, past access attempts under both the current policy and your proposed policy, and compares those results to determine how your members' access might change under the proposed policy.

Cloud Filestore API

The Cloud Filestore API is used for creating and managing cloud file servers.

SearchLy API v1

Introduction
The SearchLy API provides similarity searching based on song lyrics.
Operations
The API allows for the /similarity/bysong operation, which allows clients to search the similarity for an existing song in the database. Also, the API has an additional /similarity/bycontent endpoint which allows clients to search similarity given a free String input through a JSON request body. Additional /song/search operation is available for searching songs given a query String.
Endpoint
The API endpoint for the SearchLy API v1 is as follows:
Motivation
This project was built in order to create an API for searching similarities based on song lyrics. There are a lot of songs in the industry and most of them are talking about the same topic. What I wanted to prove with SearchLy was to estimate how similar are two songs between them based on the meaning of their lyrics.
SearchLy is using a database of 100k songs from AZLyrics, using this scraper, which is being updated periodically. Then, using word2vec and NMSLIB, it was possible to create an index where you can search similarities using the k-nearest neighbors (KNN) algorithm.
> Note: I am currently using a micro-instance from DigitalOcean where the API is deployed, so you should expect a bad performance. However, if this API becomes popular I will deploy it in a bigger instance.