llc. All rights reserved. 28 ・ <script> function send() { $.get('https://www.cotogoto.ai/webapi/noby.json', { appkey: 'YOUR_API_KEY' , text: $('#message').val() , persona: ‘3’, , ending: ‘のじゃ’ }, function(data) { $('#reply').html(data.text) } ); } </script> ・