> For the complete documentation index, see [llms.txt](https://j0sh.gitbook.io/psu-api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://j0sh.gitbook.io/psu-api/master.md).

# Psu api

## Obfuscate

<mark style="color:green;">`POST`</mark> `https://api.psu.dev:8080/obfuscate`

Obfuscate your script

#### Request Body

| Name    | Type   | Description                 |
| ------- | ------ | --------------------------- |
| key     | string | your Api key                |
| options | string | options for obfuscating     |
| script  | string | the script being obfuscated |

{% tabs %}
{% tab title="200 " %}

```
HTTP/1.1 200 OK
X-Powered-By: Express
Content-Type: application/json; charset=utf-8
KeyUsed: ABCIMAKEY
ReqsLeft: 0
Content-Length: 25
ETag: W/"19-JwBooIwMV4iuBlb4c+V4Du/8RA8"
Date: Fri, 18 Dec 2020 20:07:13 GMT
Connection: close

YOUR SCRIPT WILL HBE HERE

```

{% endtab %}
{% endtabs %}
