apimate.net Open in urlscan Pro
104.26.6.76  Public Scan

Submitted URL: http://apimate.net/
Effective URL: https://apimate.net/
Submission: On May 23 via manual from PT — Scanned from PT

Form analysis 0 forms found in the DOM

Text Content

APIMATE.NET




SINGLE BUTTON API

GET
https://apimate.net/api/single/{FTYPE}?url={VIDEO_URL}

Parameters required

FTYPEmp3 or mp4
VIDEO_URLany YouTube, TikTok, SoundCloud, Facebook, X (Twitter), Instagram URL

Parameters Optional

themedark or light

Without a theme parameter, it will use the preferred device color scheme of the
user.

iFrame Code:

> <iframe id="singleButtonApi"
> src="https://apimate.net/api/single/mp3?url=https://www.youtube.com/watch?v=zvrMzRVtj1s"
> width="100%" height="100%" allowtransparency="true" scrolling="no"
> style="border:none"></iframe>

Generates this:


MULTI BUTTON API

GET
https://apimate.net/api/button/{FTYPE}?url={VIDEO_URL}

Parameters required

FTYPEmp3 or mp4
VIDEO_URLany YouTube, TikTok, SoundCloud, Facebook, X (Twitter), Instagram URL

Parameters Optional

themedark or light

Without a theme parameter, it will use the preferred device color scheme of the
user.

iFrame Code:

> <iframe id="multiButtonApi"
> src="https://apimate.net/api/button/mp3?url=https://www.youtube.com/watch?v=zvrMzRVtj1s"
> width="100%" height="100%" allowtransparency="true" scrolling="no"
> style="border:none"></iframe>

Javascript code for automatically (Responsive) resizing:

> Put the Library in your <head> tag
> 
> <script
> src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.9/iframeResizer.min.js"></script>
> 
> Put the resizer code after the <iframe> tag
> 
> <script> iFrameResize({ log: false, heightCalculationMethod: 'lowestElement'
> }, '#multiButtonApi') </script>

Generates this:


WIDGET API

GET
https://apimate.net/api/widget?url={VIDEO_URL}

Parameters required

VIDEO_URLany YouTube, TikTok, SoundCloud, Facebook, X (Twitter), Instagram URL

Parameters Optional

themedark or light

Without a theme parameter, it will use the preferred device color scheme of the
user.

iFrame Code:

> <iframe id="widgetApi"
> src="https://apimate.net/api/widget?url=https://www.youtube.com/watch?v=zvrMzRVtj1s"
> width="100%" height="100%" allowtransparency="true" scrolling="no"
> style="border:none"></iframe>

Javascript code for automatically (Responsive) resizing:

> Put the Library in your <head> tag
> 
> <script
> src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.9/iframeResizer.min.js"></script>
> 
> Put the resizer code after the <iframe> tag
> 
> <script> iFrameResize({ log: false }, '#widgetApi') </script>

Generates this:


WIDGET PLUS API

GET
https://apimate.net/api/widgetplus?url={VIDEO_URL}

Parameters required

VIDEO_URLany YouTube, TikTok, SoundCloud, Facebook, X (Twitter), Instagram URL

Parameters Optional

themedark or light

Without a theme parameter, it will use the preferred device color scheme of the
user.

iFrame Code:

> <iframe id="widgetPlusApi"
> src="https://apimate.net/api/widgetplus?url=https://www.youtube.com/watch?v=zvrMzRVtj1s"
> width="100%" height="100%" allowtransparency="true" scrolling="no"
> style="border:none"></iframe>

Javascript code for automatically (Responsive) resizing:

> Put the Library in your <head> tag
> 
> <script
> src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.9/iframeResizer.min.js"></script>
> 
> Put the resizer code after the <iframe> tag
> 
> <script> iFrameResize({ log: false }, '#widgetPlusApi') </script>

Generates this:

apimate.net

--------------------------------------------------------------------------------

© 2024 apimate.net. All Rights Reserved.