ping
Type:
Default: true
<boolean> | <object>
Default: true
It ensures that any URL present on the response payload is publicly reachable.
- CLI
- JavaScript
- Shell
- Python
- Ruby
microlink 'https://microlink.io&ping=true'
You can disable this behavior in a partial way:
- CLI
- JavaScript
- Shell
- Python
- Ruby
microlink 'https://microlink.io&ping.audio=false'
or in a total way:
- CLI
- JavaScript
- Shell
- Python
- Ruby
microlink 'https://microlink.io&ping=false'
Keep in mind if you decide to disable this behavior in a partial or total way you should handle non reachable URLs from your side.