PixMind Docs
API 参考Endpoints

Create an AI App session

Creates a billed session credential for an AI App that the API key is permitted to invoke.

POST
/ai-app/{appId}/invoke

Creates a billed session credential for an AI App that the API key is permitted to invoke.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

appId*string

Response Body

application/json

application/json

curl -X POST "https://example.com/ai-app/string/invoke"
{  "code": 1000,  "data": {    "sessionId": "string",    "endpoint": "string",    "message": "string"  }}