You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apify-api/openapi/paths/actor-runs/actor-runs@{runId}@charge.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ post:
7
7
The event you are charging for must be one of the configured events in your Actor. If the Actor is not set up as pay per event, or if the event is not configured,
8
8
the endpoint will return an error. The endpoint must be called from the Actor run itself, with the same API token that the run was started with.
9
9
10
-
For more details about pay-per-event (PPE) pricing, see our [PPE documentation](/platform/actors/publishing/monetize/pay-per-event).
10
+
For more details about pay-per-event (PPE) pricing, refer to our [PPE documentation](/platform/actors/publishing/monetize/pay-per-event).
Copy file name to clipboardExpand all lines: sources/platform/actors/publishing/monetize/pay_per_event.mdx
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -148,7 +148,7 @@ One of the options to charge for the time spent on starting the Actor is to char
148
148
149
149
We want to make it easier for Actor creators to stay competitive, but also help them to be profitable. Therefore, we have the Apify Actor synthetic start event `apify-actor-start`. This event is enabled by default for all new PPE Actors, and when you use it Apify will cover the compute unit cost of the first 5 seconds of every Actor run.
150
150
151
-
The default price of the event is set intentionally low. This pricing means that the free 5 seconds of compute we provide costs us more than the revenue generated from the event. We've made this investment to **support our creator community** by reducing your startup costs while keeping your Actors competitively priced for users.
151
+
The default price of the event is set intentionally low. This pricing means that the free 5 seconds of compute we provide costs us more than the revenue generated from the event. We've made this investment to _support our creator community_ by reducing your startup costs while keeping your Actors competitively priced for users.
152
152
153
153
#### How the synthetic start event works
154
154
@@ -171,13 +171,13 @@ For new Actors, this event is added automatically as you can see on the followin
171
171
172
172
#### Synthetic start event for existing Actors
173
173
174
-
If you have existing Actors, you can add this event manually in Apify Console in the Publication tab.
174
+
If you have existing Actors, you can add this event manually in Apify Console in the **Publication** tab.
175
175
176
176
#### Synthetic start event for Actors with start event
177
177
178
178
Your Actor might already have a start event defined, such as `actor-start` or another variant of the event name. In this case, you can choose whether to use the synthetic start event or keep the existing start event.
179
179
180
-
If you want to use the synthetic start event, remove the existing start event from your Actor and add the synthetic start event in Apify Console in the Publication tab.
180
+
If you want to use the synthetic start event, remove the existing start event from your Actor and add the synthetic start event in Apify Console in the **Publication** tab.
181
181
182
182
### Set memory limits
183
183
@@ -320,8 +320,8 @@ You create a social media monitoring Actor with the following pricing:
320
320
321
321
You have two main strategies for charging AI-related operations:
322
322
323
-
1.**Fixed event pricing** (like `sentiment-analysis` above): Charge a fixed amount per operation, regardless of actual LLM costs
324
-
2.**Usage-based pricing**: Use events like `llm-token` that charge based on actual LLM usage costs
323
+
1._Fixed event pricing_ (like `sentiment-analysis` above): Charge a fixed amount per operation, regardless of actual LLM costs
324
+
2._Usage-based pricing_: Use events like `llm-token` that charge based on actual LLM usage costs
325
325
326
326
Fixed pricing is simpler for users to predict, while usage-based pricing more accurately reflects your actual costs.
327
327
@@ -392,15 +392,15 @@ Fixed pricing is simpler for users to predict, while usage-based pricing more ac
392
392
</tbody>
393
393
</table>
394
394
395
-
Your profit and costs are computed **only from the first two users** since they are on Apify paid plans.
395
+
Your profit and costs are computed _only from the first two users_ since they are on Apify paid plans.
396
396
397
397
The platform usage costs are just examples, but you can see the actual costs in the [Computing your costs for PPE and PPR Actors](/platform/actors/publishing/monetize/pricing-and-costs#computing-your-costs-for-ppe-and-ppr-actors) section.
Copy file name to clipboardExpand all lines: sources/platform/actors/publishing/monetize/pay_per_result.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ PPR charges based on the number of results produced. PPE lets you define pricing
35
35
36
36
:::info Learn more about PPE
37
37
38
-
If you want to learn more about PPE, please refer to the [Pay per event](/platform/actors/publishing/monetize/pay-per-event) section.
38
+
If you want to learn more about PPE, refer to the [Pay per event](/platform/actors/publishing/monetize/pay-per-event) section.
39
39
40
40
:::
41
41
@@ -260,15 +260,15 @@ You make your Actor PPR and set the price to be _$1/1,000 results_. During the f
260
260
</tbody>
261
261
</table>
262
262
263
-
Your profit and costs are computed **only from the first two users** since they are on Apify paid plans.
263
+
Your profit and costs are computed _only from the first two users_ since they are on Apify paid plans.
264
264
265
265
The platform usage costs are just examples, but you can see the actual costs in the [Computing your costs for PPE and PPR Actors](/platform/actors/publishing/monetize/pricing-and-costs#computing-your-costs-for-ppe-and-ppr-actors) section.
0 commit comments