Loading...
OpenAPI Directory | Velosimo Admin

The Video Search API lets you search on Bing for video that are relevant to the user's search query, for insights about a video or for videos that are trending based on search requests made by others. This section provides technical details about the query parameters and headers that you use to request videos and the JSON response objects that contain them. For examples that show how to make requests, see [Searching the Web for Videos](https://docs.microsoft.com/azure/cognitive-services/bing-video-search/search-the-web).

Visual Search API lets you discover insights about an image such as visually similar images, shopping sources, and related searches. The API can also perform text recognition, identify entities (people, places, things), return other topical content for the user to explore, and more. For more information, see [Visual Search Overview](https://docs.microsoft.com/azure/cognitive-services/bing-visual-search/overview). **NOTE:** To comply with the new EU Copyright Directive in France, the Bing Visual Search API must omit some content from certain EU News sources for French users. The removed content may include thumbnail images and videos, video previews, and snippets which accompany search results from these sources. As a consequence, the Bing APIs may serve fewer results with thumbnail images and videos, video previews, and snippets to French users.

The Web Search API lets you send a search query to Bing and get back search results that include links to webpages, images, and more.

This OData service is located at https://graph.microsoft.com/v1.0

This OData service is located at https://graph.microsoft.com/beta

> Version: **0.36.1** > > Date: **March 3, 2022** --- #### Available Documentation * [Postman](https://documenter.getpostman.com/view/224925/SzYgQufe) * [Open API](https://doc.mist-lab.fr/) --- #### Useful links * [Mist Homepage](https://www.mist.com) * [Mist Documentation](https://www.mist.com/documentation) * [Official API Documentation](https://api.mist.com/api/v1/docs/Home) (Mist account required) * [Mist Blog](https://www.mist.com/news/?md_post_type=post) * [Mist Updates](https://www.mist.com/documentation/category/product-updates/)

Our FREE API blocks images with nudity. Build from the ground up, accurate models, best in class support, great price.

API integration layer for linked biological objects. __Source:__ https://github.com/biolink/biolink-api/

Use MotaWord API to post and track your translation projects.

Mtaa A simple REST API to access Tanzania's location information,With mtaa API you can easily query and integrate all the location in tanzania from region level to streets from your programming language of your your choice

Musixmatch lyrics API is a robust service that permits you to search and retrieve lyrics in the simplest possible way. It just works. Include millions of licensed lyrics on your website or in your application legally. The fastest, most powerful and legal way to display lyrics on your website or in your application. #### Read musixmatch API Terms & Conditions and the Privacy Policy: Before getting started, you must take a look at the [API Terms & Conditions](http://musixmatch.com/apiterms/) and the [Privacy Policy](https://developer.musixmatch.com/privacy). We’ve worked hard to make this service completely legal so that we are all protected from any foreseeable liability. Take the time to read this stuff. #### Register for an API key: All you need to do is [register](https://developer.musixmatch.com/signup) in order to get your API key, a mandatory parameter for most of our API calls. It’s your personal identifier and should be kept secret: ``` https://api.musixmatch.com/ws/v1.1/track.get?apikey=YOUR_API_KEY ``` #### Integrate the musixmatch service with your web site or application In the most common scenario you only need to implement two API calls: The first call is to match your catalog to ours using the [track.search](#!/Track/get_track_search) function and the second is to get the lyrics using the [track.lyrics.get](#!/Lyrics/get_track_lyrics_get) api. That’s it! ## API Methods What does the musiXmatch API do? The musiXmatch API allows you to read objects from our huge 100% licensed lyrics database. To make your life easier we are providing you with one or more examples to show you how it could work in the wild. You’ll find both the API request and API response in all the available output formats for each API call. Follow the links below for the details. The current API version is 1.1, the root URL is located at https://api.musixmatch.com/ws/1.1/ Supported input parameters can be found on the page [Input Parameters](https://developer.musixmatch.com/documentation/input-parameters). Use UTF-8 to encode arguments when calling API methods. Every response includes a status_code. A list of all status codes can be consulted at [Status Codes](https://developer.musixmatch.com/documentation/status-codes). ## Music meta data The musiXmatch api is built around lyrics, but there are many other data we provide through the api that can be used to improve every existent music service. ## Track Inside the track object you can get the following extra information: ### TRACK RATING The track rating is a score 0-100 identifying how popular is a song in musixmatch. You can use this information to sort search results, like the most popular songs of an artist, of a music genre, of a lyrics language. ### INSTRUMENTAL AND EXPLICIT FLAGS The instrumental flag identifies songs with music only, no lyrics. The explicit flag identifies songs with explicit lyrics or explicit title. We're able to identify explicit words and set the flag for the most common languages. ### FAVOURITES How many users have this song in their list of favourites. Can be used to sort tracks by num favourite to identify more popular tracks within a set. ### MUSIC GENRE The music genere of the song. Can be used to group songs by genre, as input for similarity alghorithms, artist genre identification, navigate songs by genere, etc. ### SONG TITLES TRANSLATIONS The track title, as translated in different lanauages, can be used to display the right writing for a given user, example: LIES (Bigbang) becomes 在光化門 in chinese HALLELUJAH (Bigbang) becomes ハレルヤ in japanese ## Artist Inside the artist object you can get the following nice extra information: ### COMMENTS AND COUNTRY An artist comment is a short snippet of text which can be mainly used for disambiguation. The artist country is the born country of the artist/group There are two perfect search result if you search by artist with the keyword "U2". Indeed there are two distinct music groups with this same name, one is the most known irish group of Bono Vox, the other is a less popular (world wide speaking) group from Japan. Here's how you can made use of the artist comment in your search result page: U2 (Irish rock band) U2 (あきやまうに) You can also show the artist country for even better disambiguation: U2 (Irish rock band) from Ireland U2 (あきやまうに) from Japan ARTIST TRANSLATIONS When you create a world wide music related service you have to take into consideration to display the artist name in the user's local language. These translation are also used as aliases to improve the search results. Let's use PSY for this example. Western people know him as PSY but korean want to see the original name 싸이. Using the name translations provided by our api you can show to every user the writing they expect to see. Furthermore, when you search for "psy gangnam style" or "싸이 gangnam style" with our search/match api you will still be able to find the song. ### ARTIST RATING The artist rating is a score 0-100 identifying how popular is an artist in musixmatch. You can use this information to build charts, for suggestions, to sort search results. In the example above about U2, we use the artist rating to show the irish band before the japanese one in our serp. ### ARTIST MUSIC GENRE We provide one or more main artist genre, this information can be used to calculate similar artist, suggestions, or the filter a search by artist genre. ## Album Inside the album object you can get the following nice extra information: ### ALBUM RATING The album rating is a score 0-100 identifying how popular is an album in musixmatch. You can use this information to sort search results, like the most popular albums of an artist. ### ALBUM RATING The album rating is a score 0-100 identifying how popular is an album in musixmatch. You can use this information to sort search results, like the most popular albums of an artist. ### ALBUM COPYRIGHT AND LABEL For most of our albums we can provide extra information like for example: Label: Universal-Island Records Ltd. Copyright: (P) 2013 Rubyworks, under license to Columbia Records, a Division of Sony Music Entertainment. ALBUM TYPE AND RELEASE DATE The album official release date can be used to sort an artist's albums view starting by the most recent one. Album can also be filtered or grouped by type: Single, Album, Compilation, Remix, Live. This can help to build an artist page with a more organized structure. ### ALBUM MUSIC GENRE For most of the albums we provide two groups of music genres. Primary and secondary. This information can be used to help user navigate albums by genre. An example could be: Primary genere: POP Secondary genre: K-POP or Mandopop

API for the nextAuth server

NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classification uses 10 to 20 units per name depending on taxonomy. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it!

This endpoint structures the APOD imagery and associated metadata so that it can be repurposed for other applications. In addition, if the concept_tags parameter is set to True, then keywords derived from the image explanation are returned. These keywords could be used as auto-generated hashtags for twitter or instagram feeds; but generally help with discoverability of relevant imagery

This is a Native Ads Publisher API it provides same functionality as Native Ads Publisher Account GUI.

The destination for current and historic NBA statistics.

Entity which provides health information aggregation services to customers of health care services. It enables customers to fetch their health information from one or more Health Information Providers (e.g., Hospitals, Diagnostic Labs, Medical Device Companies), based on their explicit Consent and to share such aggregated information with Health Information Users i.e. entities in need of such data (e.g., Insurers, Doctors, Medical Researchers). # Specifications 1. This document maintains only the Health Information Gateway relevant APIs.

Gateway is the hub that routes/orchestrates the interaction between consent managers and API bridges. There are 5 categories of APIs; discovery, link, consent flow, data flow and monitoring. To reflect the consumers of APIs, the above apis are also categorized under cm facing, hiu facing and hip facing

It is important to standardize the process of identification of an individual across healthcare providers, to ensure that the created medical records are issued to the right individual or accessed by a Health Information User through appropriate consent. In order to issue a Health ID to an individual, one only needs basic demographic details like Name, Year of Birth, Gender. In addition, citizens should be able to update contact information easily.

The following are the specifications for the APIs to be implemented at the Health Repository end if an entity is only serving the role of a HIP. The specs are essentially duplicates from the Gateway and Health Repository, but put together so as to make it clear to *HIPs* which set of APIs they should implement to participate in the network.

1187 api specs