Skip to main content
This endpoint requires authorization.

URL

https://phish.observer/api/submit
Request
{
    "url": "https://url.com/path", // required
    "tags": [ // optional
        "tag1",
        "tag2"
    ]
}
Some URLs are blocked in order to prevent spam requests to trusted websites.
Tags are limited to up to 24 characters long, 5 can be used per submissions, and they are not unique.
Response
{
  "id": "submission-id"
}