NETIVA / API
responses gateway · v1
OPERATIONAL
OpenAI-compatible infrastructure

One endpoint.
Many models.

Netiva API, Responses API uyumlu bir gateway’dir. İsteklerinizi tek bir güvenli endpoint üzerinden yönlendirir ve akışlı yanıtları doğrudan destekler.

public endpoint
POST /v1/responses
TLS   enabled · automatic renewal
AUTH bearer token
gateway
ONLINEedge accepted
protocol
RESPONSESstream + tools
transport
HTTPScertificate valid
routing
ACTIVEprovider connected
quick start

Ship the request.
Keep the surface simple.

OpenAI SDK’leriyle uyumlu base URL kullanın. Responses, streaming ve function calling aynı endpoint üzerinden çalışır.

curl https://apiv2.netiva.com.tr/v1/responses \
  -H "Authorization: Bearer $NETIVA_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"gpt-5-6-sol","input":"Merhaba"}'