Centralized API Gateway documentation for Orbifold AI. This specification aggregates individual microservice definitions.
Orbifold AI Platform (1.0.0)
Download OpenAPI description
Overview
License
Languages
Servers
Mock server
https://platform.orbifold.ai/_mock/openapi/
Production Gateway
https://api.orbifold.ai/
Bodyapplication/jsonrequired
Default MIME type for images if not specified per image
Default "application/octet-stream"
- Mock serverhttps://platform.orbifold.ai/_mock/openapi/edit-image
- Production Gatewayhttps://api.orbifold.ai/edit-image
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://platform.orbifold.ai/_mock/openapi/edit-image \
-H 'Content-Type: application/json' \
-H 'x-api-key: YOUR_API_KEY_HERE' \
-d '{
"text": "Describe this image",
"images": [
"string"
],
"image_mimeType": "application/octet-stream",
"response_modalities": [
"TEXT"
],
"temperature": 0,
"top_p": 0,
"top_k": 0,
"max_output_tokens": 0,
"system_instruction": "string"
}'Response
application/json
{ "ok": true, "base64_images": [ { … } ] }