AI Field Auto generation

I am trying to use Make to make an API call to automatically generate AI fields, and I am using this endpoint url: https://api.baserow.io/api/database/fields/{field_id}/generate-ai-field-values/

But I seem to be having issues with authentication. I’ve tried using both database token and JWT but I keep getting “authentication credential not provided”.

Please I need some guidance here.

Hi @Steve223,

this endpoint expects a valid JWT to be passed in. Are you able to call other endpoints with JWT? How do you pass the token?