# aigptimage
Lightweight Elixir helpers for [AI GPT Image](https://aigptimage.com/) API links, GPT Image 2 workflows, and the public MCP endpoint.
## Install
Add `aigptimage` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:aigptimage, "~> 0.1.0"}
]
end
```
## Usage
```elixir
Aigptimage.api_create_task_url()
Aigptimage.build_create_task_body("A clean ecommerce product photo on a white background")
Aigptimage.mcp_url()
```
This package is intentionally small. It provides stable metadata and request helpers for AI GPT Image, including GPT Image 2 style image generation workflows. It does not bundle a heavyweight SDK or hide the underlying API endpoints.
## Links
- Website: https://aigptimage.com/
- API create task: https://aigptimage.com/api/v1/jobs/createTask
- API record info: https://aigptimage.com/api/v1/jobs/recordInfo
- MCP endpoint: https://aigptimage.com/api/mcp
- Contact: support@aigptimage.com
## License
MIT