Last active
September 27, 2022 16:20
-
-
Save azimidev/3272942de753ee9a3d1f5a2f4d7f8fc3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$response = Http::attach( | |
'image', | |
$imageFileContents, | |
'photo.jpg' | |
)->post('http://192.168.0.203:80/v1/vision/detection'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment