Welcome to the AutoBuild API documentation. This guide provides an overview of the AutoBuild API, including its features, usage, and examples.

Features

  • Automated Build Process: Streamline your build process with ease.
  • Integration with CI/CD Tools: Seamlessly integrate with your existing CI/CD pipelines.
  • Customizable Build Options: Tailor your builds to meet your specific requirements.

Usage

To get started with the AutoBuild API, follow these steps:

  1. Authentication: Obtain an API key from our dashboard.
  2. API Request: Use the API key to make requests to the AutoBuild API.
  3. Build Configuration: Define your build configuration in the request body.

Example Request

POST /api/autobuild/build
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json

{
  "source_code": "https://github.com/your-repo",
  "build_config": {
    "build_type": "release",
    "compiler": "gcc",
    "compiler_version": "9.2.0"
  }
}

Resources

Automated Build Process