cURL
curl --request POST \ --url https://api.gcore.com/fastedge/v1/binaries/raw \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/octet-stream'
{ "id": 123, "status": 123, "unref_since": "<string>", "api_type": "<string>", "checksum": "<string>" }
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef
apikey
apikey 1234$abcdef
The body is of type file.
file
Ok
The response is of type object.
object
Was this page helpful?