AI Gateway
ai_gateway
Methods
Create A New Gateway -> Envelope<{ id, account_id, account_tag, 14 more... }>
post/accounts/{account_id}/ai-gateway/gateways
Create a new Gateway
Delete A Gateway -> Envelope<{ id, account_id, account_tag, 14 more... }>
delete/accounts/{account_id}/ai-gateway/gateways/{id}
Delete a Gateway
Fetch A Gateway -> Envelope<{ id, account_id, account_tag, 14 more... }>
get/accounts/{account_id}/ai-gateway/gateways/{id}
Fetch a Gateway
List Gateways -> V4PagePaginationArray<{ id, account_id, account_tag, 14 more... }>
get/accounts/{account_id}/ai-gateway/gateways
List Gateways
Update A Gateway -> Envelope<{ id, account_id, account_tag, 14 more... }>
put/accounts/{account_id}/ai-gateway/gateways/{id}
Update a Gateway
AI Gateway
Datasets
ai_gateway.datasets
Methods
Create A New Dataset -> Envelope<{ id, account_id, account_tag, 6 more... }>
post/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/datasets
Create a new Dataset
Delete A Dataset -> Envelope<{ id, account_id, account_tag, 6 more... }>
delete/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/datasets/{id}
Delete a Dataset
Fetch A Dataset -> Envelope<{ id, account_id, account_tag, 6 more... }>
get/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/datasets/{id}
Fetch a Dataset
List Datasets -> V4PagePaginationArray<{ id, account_id, account_tag, 6 more... }>
get/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/datasets
List Datasets
Update A Dataset -> Envelope<{ id, account_id, account_tag, 6 more... }>
put/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/datasets/{id}
Update a Dataset
AI Gateway
Evaluation Types
ai_gateway.evaluation_types
Methods
List Evaluators -> V4PagePaginationArray<{ id, created_at, description, 5 more... }>
get/accounts/{account_id}/ai-gateway/evaluation-types
List Evaluators
AI Gateway
Evaluations
ai_gateway.evaluations
Methods
Create A New Evaluation -> Envelope<{ id, account_id, account_tag, 8 more... }>
post/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/evaluations
Create a new Evaluation
Delete A Evaluation -> Envelope<{ id, account_id, account_tag, 8 more... }>
delete/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/evaluations/{id}
Delete a Evaluation
Fetch A Evaluation -> Envelope<{ id, account_id, account_tag, 8 more... }>
get/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/evaluations/{id}
Fetch a Evaluation
List Evaluations -> V4PagePaginationArray<{ id, account_id, account_tag, 8 more... }>
get/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/evaluations
List Evaluations
AI Gateway
Logs
ai_gateway.logs
Methods
Delete Gateway Logs -> { success }
delete/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/logs
Delete Gateway Logs
Patch Gateway Log -> Envelope<unknown>
patch/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/logs/{id}
Patch Gateway Log
Get Gateway Log Detail -> Envelope<{ id, cached, created_at, 22 more... }>
get/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/logs/{id}
Get Gateway Log Detail
List Gateway Logs -> V4PagePaginationArray<{ id, cached, created_at, 16 more... }>
get/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/logs
List Gateway Logs
Security
The preferred authorization scheme for interacting with the Cloudflare API. Create a token.
Example: Authorization: Bearer Sn3lZJTBX6kkg7OdcBUAxOO963GEIyGQqnFTOFYY
Accepted Permissions (at least one required)
AI Gateway Write AI Gateway Read
path Parameters
account_id: string
gateway_id: string
(maxLength: 64, minLength: 1)gateway id
query Parameters
cached: boolean
Optional
Deprecated
direction:
Optional
Deprecated
"asc"
"desc"
end_date: string
(format: date-time)Optional
Deprecated
feedback:
Optional
Deprecated
0
1
filters: Array<{
Optional
key: "id" | "created_at" | "request_content_type" | 18 more...
operator: "eq" | "neq" | "contains" | 2 more...
value: Array<string | number | boolean>
}>
max_cost: number
Optional
Deprecated
max_duration: number
Optional
Deprecated
max_tokens_in: number
Optional
Deprecated
max_tokens_out: number
Optional
Deprecated
max_total_tokens: number
Optional
Deprecated
meta_info: boolean
Optional
min_cost: number
Optional
Deprecated
min_duration: number
Optional
Deprecated
min_tokens_in: number
Optional
Deprecated
min_tokens_out: number
Optional
Deprecated
min_total_tokens: number
Optional
Deprecated
model: string
Optional
Deprecated
model_type: string
Optional
Deprecated
order_by:
(default: "created_at")Optional
"created_at"
"provider"
"model"
"model_type"
"success"
"cached"
order_by_direction:
(default: "desc")Optional
"asc"
"desc"
page: number
(minimum: 1, default: 1)Optional
per_page: number
(maximum: 50, minimum: 1, default: 20)Optional
provider: string
Optional
Deprecated
request_content_type: string
Optional
Deprecated
response_content_type: string
Optional
Deprecated
search: string
Optional
start_date: string
(format: date-time)Optional
Deprecated
success: boolean
Optional
Deprecated
Response fields
result: Array<{ id, cached, created_at, 16 more... }>
result_info: { count, max_cost, max_duration, 11 more... }
success: boolean
Request example
200Example
Get Gateway Log Request -> unknown
get/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/logs/{id}/request
Get Gateway Log Request
Get Gateway Log Response -> unknown
get/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/logs/{id}/response
Get Gateway Log Response
AI Gateway
URLs
ai_gateway.urls
Methods
Get Gateway URL -> Envelope<string>
get/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/url/{provider}
Get Gateway URL