Getting Started » Weeby API

Getting Started

As easy as 1, 2, 3. You are ready to GET your first request with our API!

How it works

Weeby API is a sophisticated API service which provides developers or others the simplest ways of getting content such as GIFs, Memes, Image Generators etc. The service provides an easy to use interface and application process that takes away difficult tasks from developers.


Step 1: Getting a Token.

You can generate a Token for yourself by joining our Discord Server and run the /token generate command, or visit the Dashboard Token Page and doing it there.


Step 2: Making your first Request.

  1. Now that you've been accepted and received the token, test the token with the curl command. Type this in your Shell console:
    Shell $ curl -X GET 'https://weebyapi.xyz/gif/zerotwo' -H 'Authorization: Bearer YOUR_TOKEN'
  2. If successful, you should be able to use our API in your Creation!

Authentication

See above for how to get a token.

When calling the API, you will need to provide a HTTP-Header with the name Authorization and the value Bearer YOUR_TOKEN where you need to replace 'YOUR_TOKEN' with the token sent by the bot.

You can pass the the token directly by adding a query string to the endpoint url ?token=YOUR_TOKEN

Examples

Live Examples of the endpoints can be found on Nate Bot. Invite the bot to try them out.