NexusWork AI API

Build powerful integrations with our RESTful API

Quick Start

1. Get Your API Key

Generate an API key from your account dashboard under Settings → API Keys.

API Key: sk_live_abc123def456...

2. Make Your First Request

Use any HTTP client to make requests to our API endpoints.

curl https://api.nexusworkai.com/v1/...

API Reference

GET

/v1/users

Retrieve a list of users in your organization.

GET https://api.nexusworkai.com/v1/users
POST

/v1/projects

Create a new project with AI-powered planning.

POST https://api.nexusworkai.com/v1/projects
Content-Type: application/json

{
"name": "My Project",
"description": "Project description"
}
PUT

/v1/projects/:id

Update an existing project.

PUT https://api.nexusworkai.com/v1/projects/123
DELETE

/v1/projects/:id

Delete a project permanently.

DELETE https://api.nexusworkai.com/v1/projects/123

Authentication

All API requests must include your API key in the Authorization header:

Authorization: Bearer YOUR_API_KEY

Rate Limits

  • Starter: 1,000 requests/hour
  • Professional: 10,000 requests/hour
  • Enterprise: Custom limits

SDKs & Libraries

  • Node.js / TypeScript
  • Python
  • Ruby
  • Java

Need Help with the API?

Check our documentation or contact our developer support team.