Text-Processing

免费增值
通过 Jacob | 已更新 vor 25 Tagen | Text Analysis
人气

9.5 / 10

延迟

318ms

服务等级

100%

Health Check

N/A

返回所有讨论

Text: This field is required

Rapid account: Ajtrichards
ajtrichards
vor 10 Jahren

I’m trying to send some text to the API for sentiment analysis but I keep getting the the error = Text: This field is required.

I’m not using the Unirest library as I’m already using another one: https://github.com/rmccue/Requests

The code i’m using is:


  $headers 	= array('Accept' => 'application/json', 'Content-Type' => 'application/json', 'X-Mashape-Authorization' => 'KEYNAME');

Requests::register_autoloader();

$data = array("text" => "Possibly sending a statement each month on what movie they have seen and how much they have saved.", "language" => "");

$request = Requests::post('https://japerk-text-processing.p.mashape.com/sentiment/', $headers, $data);

The $data is the CURL PostFields data so the text field is present. Is there something in the code above wrong? I’ve never had any other problems with this library and I don’t want to change.

Rapid account: Jroven
jroven Commented vor 5 Jahren

Wow! Took some searching for this answer but it worked for me. Thanks.

Rapid account: Japerk
japerk Commented vor 10 Jahren

Try doing a post without the Content-Type header

加入讨论 - 在下面添加评论:

登录/注册以发布新的评论