Welcome to Optexity API

The Optexity API provides endpoints for creating goals with file attachments, starting inference tasks, and managing workflow automation. All endpoints require authentication using an API key.

Authentication

All API endpoints require authentication using the x-api-key header. Include your API key in the request headers:
x-api-key: YOUR_API_KEY_HERE

Base URL

All API endpoints are relative to the base URL of your Optexity instance.

Endpoints Overview

  • POST /api/v1/save_demo - Create a new goal with optional file attachments
  • POST /api/v1/inference/ - Start a new inference task
  • POST /api/v1/inference/all_calls - Get all inference requests
  • POST /api/v1/inference/call - Get status of a specific request

API Endpoints

View all available endpoints