- or download this
curl -X POST https://api.geneea.com/v3/analysis \
-H 'Authorization: user_key <your user key>' \
-H 'Content-Type: application/json' \
-d '{"text": "The pizza in London was great!"}'
- or download this
#!/usr/bin/perl
use warnings;
...
my $response = $ua->request($req->as_request);
use Data::Dumper; print Dumper($response);
- or download this
JsonParseException: Unexpected character (\'\'\' (code 39))
- or download this
'_content' => '\'{"text": "The pizza in London was great!"}\'',
- or download this
return sprintf "'%s'", $body