API

The CinaptixAI API lets you programmatically create, retrieve, and manage ideas from your own applications.

Base URL

https://api.cinaptixai.com/v1

Authentication

All API requests require a Bearer token. You can generate an API key from your Profile page.

Endpoints

Method Path Description
GET /ideas List all ideas
POST /ideas Create a new idea
GET /ideas/:id Get idea by ID
PUT /ideas/:id Update an idea
DELETE /ideas/:id Delete an idea

Coming Soon

Full API documentation with request/response examples, SDKs, and webhooks support is on the way.