Help for this page

Select Code to Download


  1. 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!"}'
    
  2. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    my $response = $ua->request($req->as_request);
    
    use Data::Dumper; print Dumper($response);
    
  3. or download this
    JsonParseException: Unexpected character (\'\'\' (code 39))
    
  4. or download this
    '_content' => '\'{"text": "The pizza in London was great!"}\'',
    
  5. or download this
    return sprintf "'%s'", $body