ServerOpenapi

Submit one flag

Stores one flag and attempts checker submission immediately.

POST
/submit-flag

Stores one flag and attempts checker submission immediately.

Authorization

CookieAuth
token<token>

Session JWT cookie returned by /api/v1/auth/login.

In: cookie

Request Body

application/json

Flag payload

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://loading/api/v1/submit-flag" \  -H "Content-Type: application/json" \  -d '{}'
{
  "message": "string"
}
{
  "details": "string",
  "error": "string"
}
{
  "details": "string",
  "error": "string"
}
{
  "details": "string",
  "error": "string"
}