We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f61cdb1 commit bae06c5Copy full SHA for bae06c5
src/RemoveBg.php
@@ -84,6 +84,7 @@ public function __construct($apiKey = '', $headers = [])
84
$this->returnFormat = 'raw';
85
$this->endpoint = 'https://api.remove.bg/v1.0/removebg';
86
$this->headers = $headers;
87
+ $this->header('User-Agent', 'Mtownsend/RemoveBg (github.com/mtownsend5512/remove-bg)');
88
$this->requestOptions = [
89
'http_errors' => false,
90
'decode_content' => false
0 commit comments