GIF Downloader

CURL Request

curl --location --request POST 'localhost:8000/api/v1/gif/search?name=hello&limit=6' \
--header "Authorization: Bearer TOKEN" \
--header 'Content-Type: application/json' \
--data-raw '{}'

Respone -

{
    "gif_url": [
        "https://cdn.mediamagic.dev/media/results/cf438690-2f6b-11ed-bdc3-98fa9bf84765.gif",
        "https://cdn.mediamagic.dev/media/results/d2f50801-2f6b-11ed-bdc3-98fa9bf84765.gif",
        "https://cdn.mediamagic.dev/media/results/d53f4478-2f6b-11ed-bdc3-98fa9bf84765.gif",
        "https://cdn.mediamagic.dev/media/results/d938917f-2f6b-11ed-bdc3-98fa9bf84765.gif",
        "https://cdn.mediamagic.dev/media/results/dbe9ade8-2f6b-11ed-bdc3-98fa9bf84765.gif",
        "https://cdn.mediamagic.dev/media/results/dea870e9-2f6b-11ed-bdc3-98fa9bf84765.gif"
    ]
}

Last updated