http_head
Send HTTP HEAD requests to check metadata and status without downloading full content. Use for verifying URLs, headers, or authentication with JWT tokens.
Instructions
Send an HTTP HEAD request.
Use for metadata/status checks without retrieving a full body.
Pass jwt_token to override the default environment token for this call.
headers.Authorization is ignored; use jwt_token instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| headers | No | ||
| jwt_token | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||