Comhtháthaigh modúil anailíse BoostPro AI go díreach i d'uirlísí gairmiúla
https://boostpro-ia.eu/api/v1Éilíonn gach iarratas API ceanntásc Authorization le d'eochair API.
Authorization: Bearer bp_live_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/api/v1/analyzeCuir iarratas anailíse AI isteach do mhodúl ar leith.
Request body:
{
"module": "market_study",
"answers": { ... },
"locale": "fr",
"webhookUrl": "https://..." // optional
}/api/v1/status/:idSeiceáil dul chun cinn anailíse atá ar siúl.
Response:
{
"status": "processing" | "completed" | "failed",
"reportUrl": "/api/v1/report/:id"
}/api/v1/report/:idFaigh an tuarascáil DOCX ginte tar éis don anailís a bheith críochnaithe.
/api/v1/pricingFaigh praghsanna i bhfíor-am do mhodúl agus tír ar leith.
Request body:
{
"module": "business_plan",
"country": "FR"
}/api/v1/keysLiostaigh, cruthaigh agus cuir ar ceal d'eochracha API.
42-76 EUR HT in aghaidh na hanailíse
42-76 EUR HT in aghaidh na hanailíse
66-133 EUR HT in aghaidh na hanailíse
25-42 EUR HT in aghaidh na hanailíse
Free
33-59 EUR HT in aghaidh na hanailíse
Lascaine comhpháirtí: 15%
Tá gach eochair API teoranta go 100 iarratas in aghaidh na huaire mar réamhshocrú.
100 requests/hour (default, configurable per key)
429 Too Many Requests when exceeded
curl -X POST https://boostpro-ia.eu/api/v1/analyze \
-H "Authorization: Bearer bp_live_your_key_here" \
-H "Content-Type: application/json" \
-d '{
"module": "market_study",
"answers": {
"projectName": "Mon restaurant bio",
"sector": "restauration",
"city": "Lyon",
"country": "FR"
},
"locale": "fr"
}'const response = await fetch("https://boostpro-ia.eu/api/v1/analyze", {
method: "POST",
headers: {
"Authorization": "Bearer bp_live_your_key_here",
"Content-Type": "application/json",
},
body: JSON.stringify({
module: "business_plan",
answers: {
projectName: "My SaaS startup",
sector: "tech",
country: "FR",
},
locale: "en",
webhookUrl: "https://your-app.com/webhook/boostpro",
}),
});
const data = await response.json();
console.log(data.analysisId); // Use this ID to check statusimport requests
response = requests.post(
"https://boostpro-ia.eu/api/v1/analyze",
headers={
"Authorization": "Bearer bp_live_your_key_here",
"Content-Type": "application/json",
},
json={
"module": "fiscal",
"answers": {
"revenue": 120000,
"structure": "SARL",
"country": "FR",
},
"locale": "fr",
},
)
data = response.json()
analysis_id = data["analysisId"]
# Poll for status
import time
while True:
status = requests.get(
f"https://boostpro-ia.eu/api/v1/status/{analysis_id}",
headers={"Authorization": "Bearer bp_live_your_key_here"},
).json()
if status["status"] == "completed":
break
time.sleep(30)
# Download report
report = requests.get(
f"https://boostpro-ia.eu/api/v1/report/{analysis_id}",
headers={"Authorization": "Bearer bp_live_your_key_here"},
)
with open("report.docx", "wb") as f:
f.write(report.content)Déan teagmháil linn le haghaidh ceisteanna teicniúla.
support@boostpro-ia.euIs comhephce REST e API BoostPro a ligeann do chomhphairtaithe B2B (cuntasoiri, CCIanna, gorlanna, gnolachtai comhairliuchain) moduil anailise AI BoostPro a chomhthathu go direach ina gcuid feidhmchlar agus uirlisi gno fein.
Clarigh ar an ardán, teigh go dti do dheais agus gniomhachtaigh an sintiuis Booster+. Gheobhaidh tu d'eochair API sa chuid Forbaireoiri de do spas custaimeira.
Ta na 10 modul fiontraiochta ar fad inrochtana trid an API: staidear margaidh, plean gno, optamu canach, stadas dlithiuil, dreachu reachtuanna, plean meán, ionsamhlair deontas, deontais fostaiochta, deontais maoine agus deontais infheistiochta.
Is e an praghsail ná in aghaidh na hanailise, le lascaine comhphairtí 15% ar gach modúl. Baineann toirteanna arda tairbhe as praghsanna céimnithe. Déan teagmháil leis an bhfoireann díolachán le haghaidh luachan pearsantaithe.
De réir réamhshocraithe, tá gach eochair API teoranta ag 100 iarratas in aghaidh na huaire. Is féidir an teorainn seo a shaincheapadh bunaithe ar do shíntiús agus do riachtanais. Déan teagmháil leis an tacaíocht chun do chuóta a mhéadú.