API Integration (Deprecated)
Nexweave engage your audiences with interactive videos that can be personalized for millions!. We are introducing some API's endpoint which will help you to integrate Nexweave with your own platform.
Postman Collection
List Template
This endpoint send you the response for the user's published templates.
URL: https://api.nexweave.com/api/v1/nexweave-integration/template-listing
Method: GET
Header: Authorization > [API KEY]
Response:
List Template variables
This endpoint returns the variables and their default value used in the template. Request body can be either template id or campaign id.
URL: https://api.nexweave.com/api/v1/nexweave-integration/variable-listing
Method: POST
Header: Authorization > [API KEY]
Body:
Response:
List Campaign
This endpoint returns a list of campaign which you have already ran from the Nexweave platform.
URL: https://api.nexweave.com/api/v1/nexweave-integration/campaign-listing
Method: GET
Header: Authorization > [API KEY]
Body:
Response:
Generate Experience URL
This endpoint generates a Nexweave experience link, thumbnail link, and image link based on the request body. If we pass "campaign_id" and data of variables in a request, then endpoint will generate experience_link, thumbnail_link and image_link which we have used while creating campaign. If we pass "template_id" with data of variables in request then endpoint will only return only experience_link.
URL: https://api.nexweave.com/api/v1/nexweave-integration/experience
Method: POST
Header: Authorization > [API KEY]
Body:
Response: