ArtificialGuyBR developer portal

Use this page as the stable entry point for integrations with ArtificialGuyBR. The public API is intentionally small and read-only today: it exposes a health check that agents can call before using the portfolio, model index, blog, or linked Hugging Face and Civitai resources. The complete machine-readable contract is available in OpenAPI 3.1 JSON.

Quickstart

No API key is required for the public health check. Request JSON with any HTTP client:

curl -sS https://artificialguy.com/api/health
{"status":"ok","service":"artificialguy.com","version":"1.0.0"}

Agent resources

Authentication and limits

The documented health endpoint is public and does not accept or require credentials. There is no private data API or sandbox account system behind this static portfolio. Do not send secrets to undocumented paths. If a future API adds authenticated model operations, its key scope, rate limits, webhook contract, and sandbox URL will be added to this portal and the OpenAPI document together.

Questions, partnership requests, or developer feedback: [email protected].