POST
/api/v1/compose
Request bodyrequired
| channelrequired | "linkedin" | "instagram" |
| connectedAccountIdrequired | string · uuid |
| identityrequired | string |
| promptrequired | string |
| contextoptional | "profile" | "posts" | "conversation" | "lead_properties"[] |
| modeloptional | string |
| maxCharsoptional | integer |
| leadPropertiesoptional | object |
Response
200Generated text and compose metadata.
| text | string | ||||||||
| meta | object
| ||||||||
| providerCalls | integer | ||||||||
| remainingBudget | object |
Errors
- 400: Bad request
- 401: Unauthorized: missing or invalid API key
- 403: Forbidden
- 404: Not found
- 422: Invalid request payload