API / Docs
An overview of our API. We ask you to please use it in responsible manner and respect our limits. You can contact us for higher quotas.

clip/clip

Get information about an existing clip.

URL

GET https://api.neatclip.com/v1/clip/clip.php

REQUIRED PARAMETERS

api_key

A valid API key.

slug

The slug id of a clip (e.g. "z87dkqj87").

OPTIONAL PARAMETERS

(none)

URL

GET https://api.neatclip.com/v1/clip/create.php

REQUIRED PARAMETERS

api_key

A valid API key.

stream_url

A stream url. E.g. "https://www.twitch.tv/sodapoppin".

OPTIONAL PARAMETERS

clip_duration

Duration of the clip. Default: "60".


clip_url_return_only

If set to true, returns the url to the created clip only. This is useful for bots like Streamlabs Bot. Default: false.


Are you looking for a way to allow users to create clips directly in the chat? We have a working solution for that here!

URL

GET https://api.neatclip.com/v1/stream/clips.php

REQUIRED PARAMETERS

api_key

A valid API key.

stream_url

The url of a specific livestream. E.g. "https://www.youtube.com/watch?v=4W65qwLjeHU".

OPTIONAL PARAMETERS

page

The page of the results. Each page returns 100 results. Default: "0".

time

The time limit. Can be "hour", "day", "week", "month", "year" or "all". Default: "all".

sort

The sorting mode. Can be "top", "new", "old" or "random". Default: "new".

URL

GET https://api.neatclip.com/v1/streamer/streamer.php

REQUIRED PARAMETERS

api_key

A valid API key.

streamer_site

The site of the streamer. E.g. "youtube".

streamer_channel

The (external) channel id of the streamer. E.g. "UCv9Edl_WbtbPeURPtFDo-uA".

OPTIONAL PARAMETERS

(none)

URL

GET https://api.neatclip.com/v1/streamer/clips.php

REQUIRED PARAMETERS

api_key

A valid API key.

streamer_id

The (internal / NeatClip) id of the streamer. E.g. "102". Query streamer/streamer to get the streamer id.

OPTIONAL PARAMETERS

page

The page of the results. Each page returns 100 results.

time

The time limit. Can be "hour", "day", "week", "month", "year" or "all". Default: "all".

sort

The sorting mode. Can be "top", "new", "old" or "random". Default: "new".

URL

GET https://api.neatclip.com/v1/gallery/clips.php

REQUIRED PARAMETERS

api_key

A valid API key.

OPTIONAL PARAMETERS

page

The page of the results. Each page returns 100 results.

time

The time limit. Can be "hour", "day", "week", "month", "year" or "all". Default: "all".

sort

The sorting mode. Can be "top", "new", "old" or "random". Default: "new".