API Reference
Ready to integrate? Here’s the core endpoints.
Last updated
Ready to integrate? Here’s the core endpoints.
Last updated
{
"id": 1,
"name": "John",
"age": 30
}{
"error": "Invalid request"
}POST /api/v1/forge/generate
Content-Type: application/json{
"prompt":"Tell me a sci-fi plot.",
"config": {"temperature":0.8, "max_tokens":512}
}{ "job_id":"xyz123","status":"pending" }