Tuesday, 29 April 2025

RE: 403 Error from PersonalAI API

 Suman ,

 

Many thanks for your support . Kishan will implement instructions from Katelyn

 

In the meantime , you will be happy to know that yesterday I launched >  www.IndiaAGI.ai  <  ( developed by Kishan in 50 hours ! )

 

Please do try it out and let me have your suggestions for any improvements

 

I informed a few tech-leaders about this launch and received following message from Shri Narayanan Murthy ( Chairman Emeritus – Infosys ) :

 

Regards,

 

Hemen

 

 

Dear Mr. Parekh,

 

 

Your work in AI at this late stage of your life is awe inspiring. We, Indians, should remain very grateful to you. 

 

I am indisposed and will not be able to add value to your important project now. Please excuse me. My best wishes for its success. 

Best regards,


Narayana Murthy

 

From: Suman Kanuganti [mailto:suman@personal.ai]
Sent: 29 April 2025 08:58
To: System Admin
Cc: Alec Lowi; Hemen Parekh; kokalkishan.official@gmail.com; katelyn pucci
Subject: Re: 403 Error from PersonalAI API

 

Katelyn will help.

Suman Kanuganti

 

 

 

On Mon, Apr 28, 2025 at 8:17 PM System Admin <systemadmin@3pconsultants.co.in> wrote:

Dear Team

 

Just a gentle reminder we are wating for reply from your end.

 

 

Regards,

 

Sandeep Tamhankar

+91 98333 03938

3P Consultants

 

 

From: System Admin
Sent: 24 April 2025 08:56
To: Suman Kanuganti <s@personal.ai>; Alec Lowi <alec.lowi@personal.ai>
Cc: Hemen Parekh <hcp@recruitguru.com>; kokalkishan.official@gmail.com
Subject: FW: 403 Error from PersonalAI API

 

Dear Team

 

We are getting a 403 Forbidden error on the API call.

 

Please find the trail email got from Developer.

 

 

Regards,

 

Sandeep Tamhankar

+91 98333 03938

3P Consultants

 

 

From: Kishan Kokal <kokalkishan.official@gmail.com>
Sent: 24 April 2025 00:03
To: System Admin <systemadmin@3pconsultants.co.in>
Subject: 403 Error from PersonalAI API

 

CAUTION: This email originated from outside the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe.

Sandeep,

We’re hitting a 403 Forbidden error on the API call.

API key is correct. Here’s the code:

const options = {
  method: 'POST',
  headers: {
    'x-api-key': 'bbfe882818e14f42b7d45ec1e9077211',
    'Content-Type': 'application/json'
  },
  body: '{"Text":"What is an SLM?"}'
};
 
fetch('https://api.personal.ai/v1/message', options)
  .then(response => response.json())
  .then(response => console.log(response))
  .catch(err => console.error(err));
 
Something’s blocking us. Can they check on their end?

No comments:

Post a Comment