This page provides the API reference for the project documentation. Please find the information below.

  • Authentication: To access the API, you need to authenticate using your API key. You can obtain your API key from your account settings on our website.

  • Endpoints:

    • GET /projects: Retrieves a list of all projects.
    • GET /projects/{id}: Retrieves details of a specific project by its ID.
    • POST /projects: Creates a new project.
    • PUT /projects/{id}: Updates the details of a specific project by its ID.
    • DELETE /projects/{id}: Deletes a specific project by its ID.
  • Rate Limits: Our API has rate limits to prevent abuse. You can check your current rate limit in the response headers.

  • Example Usage:

    • To retrieve a list of all projects, send a GET request to /projects.
    • To retrieve details of a project with ID 123, send a GET request to /projects/123.
  • **For more information, please visit our API Documentation.

API Documentation