{"id":15625,"date":"2026-07-10T00:32:37","date_gmt":"2026-07-10T05:32:37","guid":{"rendered":"https:\/\/voxpria.com\/docs\/api-reference-2\/"},"modified":"2026-07-10T00:32:37","modified_gmt":"2026-07-10T05:32:37","password":"","slug":"api-reference","status":"publish","type":"docs","link":"https:\/\/voxpria.com\/fr\/docs\/api-reference\/","title":{"rendered":"R\u00e9f\u00e9rence de l&rsquo;API"},"content":{"rendered":"<h2>R\u00e9f\u00e9rence de l&rsquo;API<\/h2>\n<p>Documentation compl\u00e8te pour tous les points de terminaison de l&rsquo;API REST de VoxPria.<\/p>\n<h3>\ud83d\udcd6 Documentation compl\u00e8te de l&rsquo;API<\/h3>\n<p>Consultez notre r\u00e9f\u00e9rence d&rsquo;API compl\u00e8te :<\/p>\n<div style=\"background: #f8f9fa; border-radius: 8px; padding: 30px; margin: 20px 0; text-align: center;\">\n<p style=\"margin-bottom: 20px; font-size: 18px;\">Documentation compl\u00e8te des points de terminaison avec exemples de requ\u00eates et de r\u00e9ponses :<\/p>\n<p><a href=\"https:\/\/app.voxpria.com\/docs\" style=\"display: inline-block; background: #667eea; color: white; padding: 15px 40px; text-decoration: none; border-radius: 8px; font-weight: 600; font-size: 18px;\">\ud83d\udcd6 Voir la r\u00e9f\u00e9rence de l&rsquo;API<\/a>\n<\/div>\n<h3>\ud83c\udfae Bac \u00e0 sable interactif de l&rsquo;API<\/h3>\n<p>Testez des appels API directement dans votre navigateur :<\/p>\n<div style=\"background: #f8f9fa; border-radius: 8px; padding: 30px; margin: 20px 0; text-align: center;\">\n<p style=\"margin-bottom: 20px; font-size: 18px;\">Essayez les points de terminaison sans \u00e9crire de code :<\/p>\n<p><a href=\"https:\/\/app.voxpria.com\/api\/docs\/playground\/\" style=\"display: inline-block; background: #10B981; color: white; padding: 15px 40px; text-decoration: none; border-radius: 8px; font-weight: 600; font-size: 18px;\">\ud83c\udfae Lancer le bac \u00e0 sable<\/a>\n<\/div>\n<h3>R\u00e9f\u00e9rence rapide<\/h3>\n<h4>URL de base<\/h4>\n<pre style=\"background: #1e293b; color: #e2e8f0; padding: 20px; border-radius: 8px;\">\nhttps:\/\/app.voxpria.com\/api\/v1\n<\/pre>\n<h4>Authentification<\/h4>\n<pre style=\"background: #1e293b; color: #e2e8f0; padding: 20px; border-radius: 8px;\">\nAuthorization: Bearer YOUR_API_KEY\nContent-Type: application\/json\n<\/pre>\n<h3>Cat\u00e9gories de points de terminaison<\/h3>\n<div style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin: 30px 0;\">\n<div style=\"border: 1px solid #e2e8f0; border-radius: 8px; padding: 20px;\">\n<h4>\ud83d\udcde Appels<\/h4>\n<p>D\u00e9clencher et g\u00e9rer les appels vocaux<\/p>\n<p><a href=\"https:\/\/app.voxpria.com\/docs#calls\">Voir les points de terminaison \u2192<\/a>\n<\/div>\n<div style=\"border: 1px solid #e2e8f0; border-radius: 8px; padding: 20px;\">\n<h4>\ud83d\udce2 Campagnes<\/h4>\n<p>Cr\u00e9er et g\u00e9rer des campagnes<\/p>\n<p><a href=\"https:\/\/app.voxpria.com\/docs#campaigns\">Voir les points de terminaison \u2192<\/a>\n<\/div>\n<div style=\"border: 1px solid #e2e8f0; border-radius: 8px; padding: 20px;\">\n<h4>\ud83e\udd16 Agents<\/h4>\n<p>Travailler avec les agents vocaux IA<\/p>\n<p><a href=\"https:\/\/app.voxpria.com\/docs#agents\">Voir les points de terminaison \u2192<\/a>\n<\/div>\n<div style=\"border: 1px solid #e2e8f0; border-radius: 8px; padding: 20px;\">\n<h4>\ud83d\udc65 Contacts<\/h4>\n<p>G\u00e9rer la base de donn\u00e9es de contacts<\/p>\n<p><a href=\"https:\/\/app.voxpria.com\/docs#contacts\">Voir les points de terminaison \u2192<\/a>\n<\/div>\n<div style=\"border: 1px solid #e2e8f0; border-radius: 8px; padding: 20px;\">\n<h4>\ud83d\udd14 Webhooks<\/h4>\n<p>Notifications en temps r\u00e9el<\/p>\n<p><a href=\"https:\/\/app.voxpria.com\/docs#webhooks\">Voir les points de terminaison \u2192<\/a>\n<\/div>\n<div style=\"border: 1px solid #e2e8f0; border-radius: 8px; padding: 20px;\">\n<h4>\ud83d\udcb0 Cr\u00e9dits<\/h4>\n<p>Utilisation et facturation<\/p>\n<p><a href=\"https:\/\/app.voxpria.com\/docs#credits\">Voir les points de terminaison \u2192<\/a>\n<\/div>\n<\/div>\n<h3>Format de r\u00e9ponse<\/h3>\n<p>Toutes les r\u00e9ponses suivent cette structure :<\/p>\n<pre style=\"background: #1e293b; color: #e2e8f0; padding: 20px; border-radius: 8px;\">\n{\n  \"success\": true,\n  \"data\": { ... },\n  \"meta\": {\n    \"page\": 1,\n    \"limit\": 50,\n    \"total\": 150\n  }\n}\n<\/pre>\n<h3>Format d&rsquo;erreur<\/h3>\n<pre style=\"background: #1e293b; color: #e2e8f0; padding: 20px; border-radius: 8px;\">\n{\n  \"success\": false,\n  \"error\": {\n    \"code\": \"INVALID_REQUEST\",\n    \"message\": \"Agent ID is required\",\n    \"details\": { ... }\n  }\n}\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>R\u00e9f\u00e9rence de l&rsquo;API Documentation compl\u00e8te pour tous les points de  [&#8230;]<\/p>\n","protected":false},"author":0,"featured_media":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"doc_category":[101],"doc_tag":[],"class_list":["post-15625","docs","type-docs","status-publish","hentry","doc_category-rest-api-for-developers-fr"],"year_month":"2026-08","word_count":216,"total_views":"13","reactions":{"happy":"0","normal":"0","sad":"0"},"author_info":[],"doc_category_info":[{"term_name":"API REST pour d\u00e9veloppeurs","term_url":"https:\/\/voxpria.com\/fr\/docs-category\/rest-api-for-developers-fr\/"}],"doc_tag_info":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.8 (Yoast SEO v28.0) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>R\u00e9f\u00e9rence de l&#039;API - Ai voice automation system - Voxpria<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/voxpria.com\/fr\/docs\/api-reference\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"R\u00e9f\u00e9rence de l&#039;API\" \/>\n<meta property=\"og:description\" content=\"R\u00e9f\u00e9rence de l&rsquo;API Documentation compl\u00e8te pour tous les points de [...]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/voxpria.com\/fr\/docs\/api-reference\/\" \/>\n<meta property=\"og:site_name\" content=\"Ai voice automation system - Voxpria\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/voxpria.com\\\/fr\\\/docs\\\/api-reference\\\/\",\"url\":\"https:\\\/\\\/voxpria.com\\\/fr\\\/docs\\\/api-reference\\\/\",\"name\":\"R\u00e9f\u00e9rence de l'API - Ai voice automation system - Voxpria\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/voxpria.com\\\/fr\\\/#website\"},\"datePublished\":\"2026-07-10T05:32:37+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/voxpria.com\\\/fr\\\/docs\\\/api-reference\\\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/voxpria.com\\\/fr\\\/docs\\\/api-reference\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/voxpria.com\\\/fr\\\/docs\\\/api-reference\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/voxpria.com\\\/fr\\\/home\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Docs\",\"item\":\"https:\\\/\\\/voxpria.com\\\/fr\\\/docs\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"R\u00e9f\u00e9rence de l&#8217;API\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/voxpria.com\\\/fr\\\/#website\",\"url\":\"https:\\\/\\\/voxpria.com\\\/fr\\\/\",\"name\":\"Ai voice automation system - Voxpria\",\"description\":\"Ai voice automation system\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/voxpria.com\\\/fr\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/voxpria.com\\\/fr\\\/#organization\",\"name\":\"VoxPria\",\"url\":\"https:\\\/\\\/voxpria.com\\\/fr\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/voxpria.com\\\/fr\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/voxpria-logo.png\"},\"description\":\"VoxPria est une plateforme d'agents vocaux IA qui automatise les appels t\u00e9l\u00e9phoniques entrants et sortants \u2014 ventes, soutien, prise de rendez-vous et qualification de prospects \u2014 dans n'importe quelle langue, 24\\\/7.\",\"foundingLocation\":{\"@type\":\"Place\",\"address\":{\"@type\":\"PostalAddress\",\"addressLocality\":\"Montr\u00e9al\",\"addressRegion\":\"QC\",\"addressCountry\":\"CA\"}},\"areaServed\":\"Worldwide\",\"contactPoint\":{\"@type\":\"ContactPoint\",\"contactType\":\"sales\",\"email\":\"support@voxpria.com\",\"availableLanguage\":[\"en\",\"fr\"]}},{\"@type\":\"SoftwareApplication\",\"@id\":\"https:\\\/\\\/voxpria.com\\\/fr\\\/#software\",\"name\":\"VoxPria\",\"applicationCategory\":\"BusinessApplication\",\"applicationSubCategory\":\"AI Voice Agent \\\/ Call Automation\",\"operatingSystem\":\"Web, Cloud\",\"url\":\"https:\\\/\\\/voxpria.com\\\/fr\\\/\",\"publisher\":{\"@id\":\"https:\\\/\\\/voxpria.com\\\/fr\\\/#organization\"},\"offers\":{\"@type\":\"Offer\",\"price\":\"0\",\"priceCurrency\":\"USD\",\"description\":\"Free tier \u2014 no credit card required\"},\"featureList\":[\"AI voice agents\",\"Outbound & inbound calling\",\"Campaign manager\",\"Flow builder\",\"CRM\",\"WhatsApp\",\"Appointment booking\",\"SIP trunks\",\"REST API\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"R\u00e9f\u00e9rence de l'API - Ai voice automation system - Voxpria","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/voxpria.com\/fr\/docs\/api-reference\/","og_locale":"fr_FR","og_type":"article","og_title":"R\u00e9f\u00e9rence de l'API","og_description":"R\u00e9f\u00e9rence de l&rsquo;API Documentation compl\u00e8te pour tous les points de [...]","og_url":"https:\/\/voxpria.com\/fr\/docs\/api-reference\/","og_site_name":"Ai voice automation system - Voxpria","twitter_card":"summary_large_image","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/voxpria.com\/fr\/docs\/api-reference\/","url":"https:\/\/voxpria.com\/fr\/docs\/api-reference\/","name":"R\u00e9f\u00e9rence de l'API - Ai voice automation system - Voxpria","isPartOf":{"@id":"https:\/\/voxpria.com\/fr\/#website"},"datePublished":"2026-07-10T05:32:37+00:00","breadcrumb":{"@id":"https:\/\/voxpria.com\/fr\/docs\/api-reference\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/voxpria.com\/fr\/docs\/api-reference\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/voxpria.com\/fr\/docs\/api-reference\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/voxpria.com\/fr\/home\/"},{"@type":"ListItem","position":2,"name":"Docs","item":"https:\/\/voxpria.com\/fr\/docs\/"},{"@type":"ListItem","position":3,"name":"R\u00e9f\u00e9rence de l&#8217;API"}]},{"@type":"WebSite","@id":"https:\/\/voxpria.com\/fr\/#website","url":"https:\/\/voxpria.com\/fr\/","name":"Ai voice automation system - Voxpria","description":"Ai voice automation system","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/voxpria.com\/fr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/voxpria.com\/fr\/#organization","name":"VoxPria","url":"https:\/\/voxpria.com\/fr\/","logo":{"@type":"ImageObject","url":"https:\/\/voxpria.com\/fr\/wp-content\/uploads\/2026\/02\/voxpria-logo.png"},"description":"VoxPria est une plateforme d'agents vocaux IA qui automatise les appels t\u00e9l\u00e9phoniques entrants et sortants \u2014 ventes, soutien, prise de rendez-vous et qualification de prospects \u2014 dans n'importe quelle langue, 24\/7.","foundingLocation":{"@type":"Place","address":{"@type":"PostalAddress","addressLocality":"Montr\u00e9al","addressRegion":"QC","addressCountry":"CA"}},"areaServed":"Worldwide","contactPoint":{"@type":"ContactPoint","contactType":"sales","email":"support@voxpria.com","availableLanguage":["en","fr"]}},{"@type":"SoftwareApplication","@id":"https:\/\/voxpria.com\/fr\/#software","name":"VoxPria","applicationCategory":"BusinessApplication","applicationSubCategory":"AI Voice Agent \/ Call Automation","operatingSystem":"Web, Cloud","url":"https:\/\/voxpria.com\/fr\/","publisher":{"@id":"https:\/\/voxpria.com\/fr\/#organization"},"offers":{"@type":"Offer","price":"0","priceCurrency":"USD","description":"Free tier \u2014 no credit card required"},"featureList":["AI voice agents","Outbound & inbound calling","Campaign manager","Flow builder","CRM","WhatsApp","Appointment booking","SIP trunks","REST API"]}]}},"knowledge_base_info":[],"knowledge_base_slug":[],"_links":{"self":[{"href":"https:\/\/voxpria.com\/fr\/wp-json\/wp\/v2\/docs\/15625","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/voxpria.com\/fr\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/voxpria.com\/fr\/wp-json\/wp\/v2\/types\/docs"}],"replies":[{"embeddable":true,"href":"https:\/\/voxpria.com\/fr\/wp-json\/wp\/v2\/comments?post=15625"}],"version-history":[{"count":0,"href":"https:\/\/voxpria.com\/fr\/wp-json\/wp\/v2\/docs\/15625\/revisions"}],"wp:attachment":[{"href":"https:\/\/voxpria.com\/fr\/wp-json\/wp\/v2\/media?parent=15625"}],"wp:term":[{"taxonomy":"doc_category","embeddable":true,"href":"https:\/\/voxpria.com\/fr\/wp-json\/wp\/v2\/doc_category?post=15625"},{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/voxpria.com\/fr\/wp-json\/wp\/v2\/doc_tag?post=15625"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}