meta

Type:
<boolean> | <object>

Default: true
It enables normalized metadata detection over the target url.

Interactive Code Editor

Test API requests with multiple programming languages. Edit code, execute requests, and view responses in real-time.

Normalized data fields are enabled by default, so explicit setting to true is unnecessary.

Configurable detection

You can configure which specific metadata fields to detect by passing an object with field-specific settings:

Include specific fields

Detect only specific fields by setting them to true:

Interactive Code Editor

Test API requests with multiple programming languages. Edit code, execute requests, and view responses in real-time.

This will only extract author and title metadata, ignoring other fields like description, image, etc.

Exclude specific fields

Detect all fields except those explicitly set to false:

Interactive Code Editor

Test API requests with multiple programming languages. Edit code, execute requests, and view responses in real-time.

This will extract all metadata fields except image and logo, which can help reduce response size and improve performance when you don't need heavy assets.
If you don't need any of this, you can explicitly disable the default behavior

Interactive Code Editor

Test API requests with multiple programming languages. Edit code, execute requests, and view responses in real-time.

Doing that you can speed up response timing for those cases you are not interested in consuming the metadata, like screenshot or video.
This will be reflected at x-fetch-mode response header whose value should be 'skipped'.