Endpoint

Microlink API is exposed from two endpoints:
  • free (): The endpoint to be used for unauthenticated requests. It has daily rate limit.
  • pro (): The endpoint to be used for authenticated requests. It needs a previously register API key.
All you need to do for accessing any of these endpoints it to hit them using HTTP GET method, nothing else.

Interactive Code Editor

Test API requests with multiple programming languages. Edit code, execute requests, and view responses in real-time.

Any additional API Parameter needs to be provided as query parameter.
The endpoint accepts multiple query parameters. It doesn't matter if they are camel or snake case, both styles are supported.

Interactive Code Editor

Test API requests with multiple programming languages. Edit code, execute requests, and view responses in real-time.

Provide the same API parameter but using snake_case has the same effect.
If you are using Microlink Query Language (MQL), the endpoint is automatically determined in case you provide an API Key.

Interactive Code Editor

Test API requests with multiple programming languages. Edit code, execute requests, and view responses in real-time.