API Help connecting to Grigora.co

We would love to connect Grigora to our Database @ Bika.ai

Screenshot

Here’s a summary you can share with the support team regarding your API integration issue:


Summary for Support Team – Grigora API & Bika.ai Integration

  • I am trying to connect my Grigora site (Park Cities TX) with Bika.ai using the API.
  • I have successfully generated an API key (b5a35821-21ef-4643-a4d2-c6c6e61d8478) from the API Keys section in Grigora.
  • I am using the following correct API endpoint for creating posts:
    https://api.grigora.co/general/api/v1/cms/post/create
  • My HTTP headers for the request are set as:
    • Authorization: [my API key as above]
    • Content-Type: application/x-www-form-urlencoded
  • When attempting to create a post from Bika.ai, I received an error:
    {"success":false,"message":"Title not provided"}
  • I realized that the title field is required in the request body for successful post creation and corrected my payload.
  • I am including a screenshot of the API Key page for reference.

Primary Issue:
Clarify if any additional required fields, payload format, or configuration steps are needed for POST requests from Bika.ai, as the documentation indicates only a title is mandatory.


Let me know if you want to include request samples, error details, or any other info in this summary!

  1. Loading...

420x227

Bummer the API reference doc you shared won’t open—it just redirects to a 404 page. Quick thought: I’m guessing “title” is a required field, so maybe the OpenAI variable got passed as an empty value? You might wanna check the automation’s run history to see if the OpenAI action’s output actually made it to the “content” section. Hope that helps!

thank you