POST
/
fastedge
/
v1
/
binaries
/
raw
curl --request POST \
  --url https://api.gcore.com/fastedge/v1/binaries/raw \
  --header 'APIKey: <api-key>' \
  --header 'Content-Type: application/octet-stream'
{
  "id": 123,
  "status": 123,
  "unref_since": "<string>",
  "api_type": "<string>",
  "checksum": "<string>"
}

Authorizations

APIKey
string
header
required

API key for authentication.

Body

application/octet-stream · file

The body is of type file.

Response

200
application/json

Ok

The response is of type object.