post
https://platform.perso.ai/api/services/v1/services//execute/
Execute a service with the provided input payload.
Request Format
The request body varies by service. Use the Retrieve Service OpenAPI Schema endpoint to get the exact input format for your target service.
Response
| Field | Description |
|---|---|
serviceexecution_id | Unique execution ID (starts with pse-) |
status | Execution status: PENDING, PROCESSING, COMPLETED, FAILED |
failure_reason | Error details if status is FAILED |
inputs | Echo of the input payload |
outputs | Result values (populated when COMPLETED) |
Example
Select "Example Request" from the Examples dropdown to see a sample request format.
