# Welcome to Test

## Getting Super Powers

Becoming a super hero is a fairly straight forward process:

```
$ give me super-powers
```

{% hint style="info" %}
&#x20;Super-powers are granted randomly so please submit an issue if you're not happy with yours.
{% endhint %}

Once you're strong enough, save the world:

{% code title="hello.sh" %}

```bash
# Ain't no code for that yet, sorry
echo 'You got to trust me on this, I saved the world'
```

{% endcode %}

## Super Power API

<mark style="color:blue;">`GET`</mark> `/v1/super-powers`

This allows you to use your super powers on civilians.

#### Path Parameters

| Name       | Type   | Description                                                              |
| ---------- | ------ | ------------------------------------------------------------------------ |
| powerLevel | string | Use this to specify the level to which you want to use your super power. |

{% tabs %}
{% tab title="200 This will tell you how effective you were at using your super power." %}

```
{
  "yourID": 0000,
  "successful": true,
  "killRatio": 3
```

{% endtab %}
{% endtabs %}

{% hint style="danger" %}
Don't kill to many people, or you API might be revoked. A good amount to limit yourself to is 2 dozen.
{% endhint %}
