Skip to content
Endless Documentation

Quote Generation

POST
/organizations/{organization_id}/generations/quote

Quote Generation. Scoped to the organization named by organization_id.

Authorization

bearerAuth
AuthorizationBearer <token>

JWT token from authentication

In: header

Path Parameters

organization_id*string
Length1 <= length

Header Parameters

Endless-Api-Version?string

Pin the caller to an API major (1). Omit to accept the current version. A major this deployment cannot serve is refused with 400 unsupported_api_version.

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/organizations/org_abc123/generations/quote" \  -H "Content-Type: application/json" \  -d '{    "output_type": "image"  }'
{  "model": {    "id": "string",    "name": "string",    "output_type": "string",    "version_id": "string",    "version_number": -9007199254740991  },  "media_model_variant_id": "string",  "provider": "string",  "is_fallback": true,  "quote": {    "per_output": 0,    "count": 1,    "total": 0  },  "parameters": {    "property1": null,    "property2": null  }}