Skip to content

Server-side URL fetch​

POST
/api/grab

Authorizations​

ApiKeyHeader
Type
API Key (header: X-Api-Key)

Request Body​

application/json
JSON
{
  
"url": "string",
  
"path": "string"
}

Responses​

File fetched

application/json
JSON
{
  
"message": "string"
}

Playground​

Authorization
Body

Samples​

Powered by VitePress OpenAPI